2012-08-10 01:34:00 +00:00
|
|
|
{
|
2013-09-09 03:59:17 +00:00
|
|
|
"name": "grunt-couchapp",
|
|
|
|
"description": "A grunt plugin for building and uploading couchapps",
|
2014-09-12 01:24:00 +00:00
|
|
|
"version": "0.2.2",
|
2013-09-09 04:02:27 +00:00
|
|
|
"homepage": "https://github.com/garbados/grunt-couchapp",
|
2013-09-09 03:59:17 +00:00
|
|
|
"author": {
|
2014-09-12 01:24:00 +00:00
|
|
|
"name": "Ken Elf Mathieu Sternberg",
|
|
|
|
"email": "elf.sternberg@gmail.com",
|
|
|
|
"url": "http://elfsternberg.com"
|
2014-09-20 00:23:07 +00:00
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{
|
2014-09-12 01:24:00 +00:00
|
|
|
"name": "Max Thayer",
|
|
|
|
"email": "garbados@gmail.com",
|
|
|
|
"url": "http://maxthayer.org"
|
2014-09-20 00:23:07 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"Sam Hiatt",
|
|
|
|
"email": "sam.hiatt@weather.com"
|
2014-09-12 01:24:00 +00:00
|
|
|
}
|
|
|
|
],
|
2013-09-09 03:59:17 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-09-09 04:02:27 +00:00
|
|
|
"url": "git://github.com/garbados/grunt-couchapp.git"
|
2013-09-09 03:59:17 +00:00
|
|
|
},
|
|
|
|
"bugs": {
|
2013-09-09 04:02:27 +00:00
|
|
|
"url": "https://github.com/garbados/grunt-couchapp/issues"
|
2013-09-09 03:59:17 +00:00
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
2013-09-09 04:02:27 +00:00
|
|
|
"url": "https://github.com/garbados/grunt-couchapp/blob/master/LICENSE-MIT"
|
2013-09-09 03:59:17 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"main": "grunt.js",
|
|
|
|
"bin": "bin/grunt-couchapp",
|
|
|
|
"engines": {
|
|
|
|
"node": "*"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"couchapp": "0.10.*",
|
|
|
|
"grunt": "~0.3.12",
|
|
|
|
"nano": "3.3.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.3.12"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2013-09-09 04:02:27 +00:00
|
|
|
"gruntplugin",
|
|
|
|
"couchdb",
|
|
|
|
"couchapp"
|
2013-09-09 03:59:17 +00:00
|
|
|
]
|
2013-08-16 17:50:29 +00:00
|
|
|
}
|