mirror of
https://github.com/feathersjs/feathers.git
synced 2026-02-01 17:37:38 +00:00
25 lines
550 B
JSON
25 lines
550 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":{
|
|
"restify":"1.0.1"
|
|
}
|
|
}
|