70e6e5b1a0f2f3cd26eaf3bd0c9487b4c06de41d
[browserman.git] / 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 }