initial commit
[browserman.git] / jssrv / package.json
1 {
2   "name": "browserman_jssrv",
3   "version": "0.0.0",
4   "description": "This is the component that handles stuff after the hoxy component has injected the evil <script>.",
5   "main": "jssrv.js",
6   "dependencies": {
7     "socket.io": "~0.9.16",
8     "express": "~3.3.4"
9   },
10   "devDependencies": {},
11   "scripts": {
12     "test": "echo \"Error: no test specified\" && exit 1"
13   },
14   "repository": "",
15   "author": "",
16   "license": "BSD",
17   "readmeFilename": "README"
18 }