UNPKG

691 BJSONView Raw
1{
2 "name": "ws-additions.test",
3 "private": true,
4 "version": "0.0.0",
5 "description": "Test package for ws-additions so we can test things like npm installing the package for use with browserify",
6 "main": "index.js",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1",
9 "preinstall": "npm install ../"
10 },
11 "author": "",
12 "license": "ISC",
13 "dependencies": {
14 "ws-additions": "*",
15 "supervisor": "^0.6.0",
16 "q": "^1.0.1",
17 "express": "4.4.5",
18 "express-logger": "0.0.3",
19 "body-parser": "1.4.3",
20 "errorhandler": "1.1.1",
21 "browserify": "4.2.0",
22 "serve-static": "1.3.0",
23 "coffeeify": "^0.6.0",
24 "lodash": "^2.4.1"
25 }
26}