c9-core/node_modules/vfs-socket/package.json

34 wiersze
859 B
JSON

{
"author": "Ajax.org B.V. <info@ajax.org>",
"contributors": [
{ "name": "Tim Caswell", "email": "tim@c9.io>" }
],
"name": "vfs-socket",
"description": "A vfs helper library that communicates through a serialized socket",
"version": "0.3.13",
"repository": {
"type": "git",
"url": "git://github.com/c9/vfs-socket.git"
},
"dependencies": {
"smith": "~0.1.17"
},
"devDependencies": {
"chai": "~1.2.0",
"mocha": "~1.11.0",
"vfs-lint": "~0.0.0",
"vfs-local": "~0.3.12"
},
"optionalDependencies": {},
"scripts": {
"test": "git clean -df test/mock; mocha -R spec"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/c9/vfs-socket/raw/master/LICENSE"
}],
"engines": {
"node": "*"
}
}