UNPKG

1.1 kBJSONView Raw
1{
2 "name": "watchalive",
3 "description": "Watch Alive!",
4 "keywords": [
5 "javascript"
6 ],
7 "version": "0.4.14",
8 "repository": {
9 "type": "git",
10 "url": "git://github.com/whitecolor/watchalive.git"
11 },
12 "bugs": {
13 "url": "http://github.com/whitecolor/watchalive/issues"
14 },
15 "files": [
16 "lib",
17 "public",
18 "README.md",
19 "index.js",
20 "start.js",
21 "package.json",
22 "tests"
23 ],
24 "engines": {
25 "node": ">=0.10.0"
26 },
27 "license": "MIT",
28 "dependencies": {
29 "express": "^4.9.5",
30 "socket.io": "^1.1.0",
31 "on-headers": "^1.0.0",
32 "async": "^0.9.0",
33 "http-proxy": "^1.6.0",
34 "colors": "^0.6.2",
35 "yargs": "^1.3.1",
36 "serve-favicon": "^2.1.5",
37 "trycatch": "^1.5.11",
38 "ua-parser-js": "^0.7.3",
39 "prompt": "^0.2.14",
40 "bluebird": "^2.9.11",
41 "minimatch": "^2.0.1",
42 "express-session": "^1.10.3",
43 "cookie-parser": "^1.3.4",
44 "mime": "^1.3.4",
45 "less": "^2.4.0",
46 "http2": "3.0.0"
47 },
48 "scripts": {},
49 "devDependencies": {
50 "http2": "^3.2.0"
51 },
52 "bin": {
53 "watchalive": "./start.js"
54 }
55}