mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "feathers",
|
|
"description": "An ultra scalable, feather weight, data oriented framework",
|
|
"version": "0.0.3",
|
|
"homepage": "https://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.0.0",
|
|
"express": "~ 3.1.1",
|
|
"rubberduck": "~0.2.0",
|
|
"underscore": "~1.4.4",
|
|
"socket.io": "~0.9.14"
|
|
},
|
|
"devDependencies": {
|
|
"request": "~2.21.0",
|
|
"socket.io-client": "~0.9.11",
|
|
"grunt-cli": "~0.1.7",
|
|
"grunt": "~0.4.1",
|
|
"grunt-release": "~0.5.1",
|
|
"mocha": "~1.11.0",
|
|
"grunt-contrib-jshint": "~0.6.3",
|
|
"grunt-simple-mocha": "~0.4.0",
|
|
"grunt-jsbeautifier": "~0.2.2"
|
|
}
|
|
}
|