mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"name": "feathers",
|
|
"description": "Shared REST and real-time APIs with Express.",
|
|
"version": "1.0.1",
|
|
"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": ">= 0.10.0",
|
|
"npm": ">= 1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.0.0",
|
|
"body-parser": "^1.0.2",
|
|
"feathers-errors": ">=0.2.0",
|
|
"lodash": "^2.4.1",
|
|
"primus": "^2.4.0",
|
|
"primus-emitter": "^3.0.2",
|
|
"rubberduck": "^1.0.0",
|
|
"socket.io": "^1.1.0",
|
|
"uberproto": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.0",
|
|
"grunt-cli": "^0.1.0",
|
|
"grunt-contrib-jshint": "^0.x",
|
|
"grunt-jsbeautifier": "^0.2.0",
|
|
"grunt-release": "^0.7.0",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"mocha": "^1.x",
|
|
"q": "^1.0.1",
|
|
"request": "^2.x",
|
|
"socket.io-client": "^1.0.0",
|
|
"sockjs": "^0.3.9",
|
|
"sockjs-client-node": "^0.1.1"
|
|
}
|
|
}
|