{ "name": "vwf", "description": "Virtual World Framework", "version": "0.0.0", "author": "VWF ", "scripts": { "start": "node ./node-server.js --applicationPath=./public", "debug": "node --debug ./node-server.js --applicationPath=./public", "test": "echo \"Error: no test specified\" && exit 1" }, "directories": { "lib": "lib/nodejs" }, "main": "node-server.js", "homepage": "http://virtual.wf", "repository": { "type": "git", "url": "https://github.com/virtual-world-framework/vwf.git" }, "dependencies": { "crypto": "0.0.x", "socket.io": "0.9.x", "async": "0.2.x", "mime": "1.2.x", "js-yaml": "2.1.x", "optimist": "0.6.x", "fs-extra": "0.8.x" }, "devDependencies": { "node-inspector": "x.x.x", "nodebug": "x.x.x", "mocha": "x.x.x", "should": "x.x.x" }, "license": { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } }