grunt-couchapp/package.json

57 lines
1.2 KiB
JSON
Raw Normal View History

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",
"version": "0.2.2",
"homepage": "https://github.com/garbados/grunt-couchapp",
2013-09-09 03:59:17 +00:00
"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"
},
{
"name":"Sam Hiatt",
"email": "sam.hiatt@weather.com"
}
],
2013-09-09 03:59:17 +00:00
"repository": {
"type": "git",
"url": "git://github.com/garbados/grunt-couchapp.git"
2013-09-09 03:59:17 +00:00
},
"bugs": {
"url": "https://github.com/garbados/grunt-couchapp/issues"
2013-09-09 03:59:17 +00:00
},
"licenses": [
{
"type": "MIT",
"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": [
"gruntplugin",
"couchdb",
"couchapp"
2013-09-09 03:59:17 +00:00
]
}