-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "3dub",
"version": "1.1.0",
"description": "www dev server with livereload",
"main": "index.js",
"scripts": {},
"bin": {
"3dub": "bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiguelCastillo/3dub.git"
},
"author": "Miguel Castillo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MiguelCastillo/3dub/issues"
},
"engines": {
"node": ">=4.8.0"
},
"homepage": "https://github.com/MiguelCastillo/3dub#readme",
"dependencies": {
"belty": "^5.1.0",
"body-parser": "^1.17.2",
"camelcase-keys": "^5.0.0",
"chokidar": "^3.0.0",
"connect-history-api-fallback": "^1.3.0",
"connect-livereload": "^0.6.0",
"dis-isa": "^1.3.0",
"express": "^4.15.4",
"node-proxy-middleware": "^0.15.2",
"resolve": "^1.4.0",
"selfsigned": "^1.10.1",
"spdy": "^4.0.0",
"subarg": "^1.0.0",
"tiny-lr": "^1.0.5"
},
"keywords": [
"www",
"http2",
"h2",
"cert",
"ssl",
"https",
"dev",
"livereload",
"pfx",
"web",
"watch"
]
}