{ "author": "Ajax.org B.V. ", "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": "*" } }