grunt-couchapp/package.json

51 lines
1.1 KiB
JSON

{
"name": "grunt-couchapp",
"description": "A grunt plugin for building and uploading couchapps",
"version": "0.2.1",
"homepage": "https://github.com/garbados/grunt-couchapp",
"author": {
"name": "Ken Elf Mathieu Sternberg",
"email": "elf.sternberg@gmail.com",
"url": "http://elfsternberg.com"
},
"contributors": [{
"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"
]
}