{ "name": "livecodingspace", "description": "LiveCoding.Space", "version": "0.0.1", "author": "Nikolai Suslov", "scripts": { "start": "node ./node-server.js --applicationPath=./public -p 3001", "test": "echo \"Error: no test specified\" && exit 1" }, "directories": { "lib": "lib/nodejs" }, "main": "node-server.js", "homepage": "http://livecoding.space", "repository": { "type": "git", "url": "https://github.com/NikolaySuslov/livecodingspace.git" }, "dependencies": { "crypto": "0.0.x", "socket.io": "2.0.2", "socket.io-client": "^2.0.2", "async": "2.4.1", "mime": "1.3.6", "js-yaml": "3.8.4", "optimist": "0.6.1", "fs-extra": "3.0.1" }, "devDependencies": { "mocha": "x.x.x", "should": "x.x.x" }, "license": "Apache" }