feathers/package.json
2012-03-01 11:33:17 -07:00

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"
}
}