feathers/package.json

49 lines
1.1 KiB
JSON

{
"name": "feathers",
"description": "An ultra scalable, feather weight, data oriented framework",
"version": "0.0.1",
"homepage": "https://github.com/yycjs/feathers",
"repository": {
"type": "git",
"url": "git://github.com/yycjs/feathers.git"
},
"author": "YYCjs <hello@yycjs.com> (http://yycjs.com)",
"contributors": [
"Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)",
"David Luecke <daff@neyeon.de> (http://neyeon.com)"
],
"main": "lib/feathers",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node example/rest/app.js",
"test": "grunt test"
},
"engines": {
"node": "*",
"npm": "*"
},
"dependencies": {
"uberproto": ">= 1.0.0",
"express": "~3.1.1",
"rubberduck": "~0.2.0",
"underscore": "~1.4.4",
"socket.io": "~0.9.14",
"mongoskin": "~0.5.0"
},
"devDependencies": {
"request": "~2.21.0",
"socket.io-client": "~0.9.11",
"grunt-simple-mocha": "~0.4.0",
"grunt-cli": "~0.1.7",
"grunt": "~0.4.1",
"grunt-release": "~0.3.5",
"grunt-dox": "~0.4.2",
"sinon-chai": "~2.4.0",
"chai": "~1.7.0",
"mocha": "~1.11.0",
"sinon": "~1.7.2"
}
}