mirror of
https://github.com/feathersjs/feathers.git
synced 2026-01-25 15:23:13 +00:00
29 lines
623 B
JSON
29 lines
623 B
JSON
{
|
|
"name": "Feathry",
|
|
"description": "A resource oriented service dispatcher.",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/daffl/feathry",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/daffl/feathry.git"
|
|
},
|
|
"author": "David Luecke <daff@neyeon.de> (http://neyeon.com)",
|
|
"main": "lib/feathry",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit test"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {
|
|
"uberproto": ">= 1.0.0",
|
|
"express": "~3.1.1",
|
|
"rubberduck": "~0.2.0",
|
|
"underscore": "~1.4.4",
|
|
"socket.io": "~0.9.14"
|
|
}
|
|
}
|