mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
27 lines
563 B
JSON
27 lines
563 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" : {
|
|
"connect" : ">= 1.7.0",
|
|
"mime" : ">= 1.2.1",
|
|
"uberclass" : "1.0.0"
|
|
}
|
|
}
|