couchapp-requirejs-onepageapp/package.json

42 lines
1.1 KiB
JSON

{
"name": "couchapp-requirejs-onepageapp-demo",
"description": "A Demo Project showing how to integrate CouchApp and Require.JS",
"version": "0.1.0",
"author": {
"name": "Ken Elf Mathieu Sternberg",
"email": "elf.sternberg@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/elf/couchapp-requirejs-onepageapp-demo.git"
},
"bugs": {
"url": "https://github.com/elf/couchapp-requirejs-onepageapp-demo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/elf/couchapp-requirejs-onepageapp-demo/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt qunit"
},
"keywords": ["clientside", "grunt", "coffeescript", "node"],
"devDependencies": {
"grunt": "~0.3.11",
"grunt-requirejs": "0.2.9",
"grunt-coffee": "0.0.5",
"grunt-recess": "0.1.0",
"coffee-script": "1.3.3",
"async": "0.1.22",
"underscore": "1.3.3",
"couchapp": "0.9.1",
"connect": "2.3.9"
}
}