{ "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": "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" } ], "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" ] }