c9-core/node_modules/vfs-http-adapter/package.json

25 wiersze
681 B
JSON

{
"author": "Ajax.org B.V. <info@ajax.org>",
"contributors": [
{ "name": "Tim Caswell", "email": "tim@c9.io>" }
],
"name": "vfs-http-adapter",
"description": "A http middleware to wrap vfs instances and expose them via a RESTful interface",
"version": "0.2.3",
"repository": {
"type": "git",
"url": "git://github.com/c9/vfs-http-adapter.git"
},
"main": "restful.js",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/c9/vfs-http-adapter/raw/master/LICENSE"
}],
"engines": {
"node": "*"
}
}