feathers/package.json

59 lines
1.3 KiB
JSON

{
"name": "feathers",
"description": "An ultra scalable, feather weight, data oriented framework",
"version": "0.4.0",
"homepage": "http://feathersjs.com",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers.git"
},
"keywords": [
"feathers",
"REST",
"socket.io",
"realtime"
],
"author": "Feathers <hello@feathersjs.com> (http://feathersjs.com)",
"contributors": [
"Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)",
"David Luecke <daff@neyeon.de> (http://neyeon.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/feathersjs/feathers/issues"
},
"main": "lib/feathers",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "grunt"
},
"engines": {
"node": "*",
"npm": "*"
},
"dependencies": {
"uberproto": "~1.x",
"express": "~4.0.0",
"rubberduck": "~1.x",
"socket.io": "~0.9.0",
"primus-emitter": "~3.x",
"primus": "~2.x",
"lodash": "~2.4.1",
"body-parser": "~1.0.2"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-cli": "~0.1.0",
"grunt-contrib-jshint": "~0.x",
"grunt-jsbeautifier": "~0.2.0",
"grunt-release": "~0.5.0",
"grunt-simple-mocha": "~0.4.0",
"mocha": "~1.x",
"q": "^1.0.1",
"request": "~2.x",
"socket.io-client": "~0.9.0"
}
}