{ "author": "Ajax.org B.V. ", "contributors": [ { "name": "Tim Caswell", "email": "tim@c9.io>" }, { "name": "Fabian Jakobs", "email": "fabian@c9.io" } ], "name": "vfs-local", "description": "A vfs implementation that works on the local filesystem.", "version": "0.3.13", "repository": { "type": "git", "url": "git://github.com/c9/vfs-local.git" }, "main": "localfs.js", "dependencies": { "simple-mime": "~0.0.7" }, "externalDependencies": { "pty.js": "0.2.8" }, "devDependencies": { "chai": "~1.2.0", "mocha": "~1.12.0", "vfs-lint": "~0.0.0" }, "scripts": { "test": "git clean -df test/mock; mocha -R spec" }, "licenses" : [{ "type" : "MIT" }], "engines": { "node": ">=0.6.0" } }