56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "grunt-couchapp",
|
|
"description": "A grunt plugin for building and uploading couchapps",
|
|
"version": "0.2.2",
|
|
"homepage": "https://github.com/garbados/grunt-couchapp",
|
|
"author": {
|
|
"name":"Sam Hiatt",
|
|
"email": "sam.hiatt@weather.com"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Ken Elf Mathieu Sternberg",
|
|
"email": "elf.sternberg@gmail.com",
|
|
"url": "http://elfsternberg.com"
|
|
},{
|
|
"name": "Max Thayer",
|
|
"email": "garbados@gmail.com",
|
|
"url": "http://maxthayer.org"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/garbados/grunt-couchapp.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/garbados/grunt-couchapp/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/garbados/grunt-couchapp/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"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": [
|
|
"gruntplugin",
|
|
"couchdb",
|
|
"couchapp"
|
|
]
|
|
}
|