{ "name": "wdws", "version": "0.0.0", "description": "The Working Directory Web Service", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "private": true, "repository": { "type": "git", "url": "https://github.com/divshot/wdws" }, "keywords": [ "wdws", "files", "server", "bower", "git", "web" ], "author": "Michael Bleigh", "license": "MIT", "bugs": { "url": "https://github.com/divshot/wdws/issues" }, "homepage": "https://github.com/divshot/wdws", "dependencies": { "bower": "^1.3.11", "cors": "^2.4.2", "express": "^4.9.4", "fs-extra": "^0.12.0", "glob": "^4.0.6", "node-dir": "^0.1.6", "promise": "^6.0.0", "socket.io": "^1.1.0", "socket.io-client": "^1.1.0" } }