forked from mwkaufman/noop-local
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "noop-local",
"bin": {
"noop": "./cli.js"
},
"version": "1.0.10",
"description": "Noop Local Development Server",
"repository": {
"type": "git",
"url": "git+https://github.com/rearc/noop-local.git"
},
"keywords": [
"noop"
],
"author": "Chloe Wintzer",
"license": "GPL",
"bugs": {
"url": "https://github.com/rearc/noop-local/issues"
},
"scripts": {
"postinstall": "pushd lib/inspector/console && mkdir -p node_modules && npm install && npm run build && popd"
},
"homepage": "https://github.com/rearc/noop-local#readme",
"dependencies": {
"noop-discovery": "^1.2.2",
"async": "^2.6.1",
"chalk": "^2.4.1",
"cors": "^2.8.5",
"cron": "^1.6.0",
"docker-file-parser": "^1.0.4",
"dockerode": "^2.5.7",
"express": "^4.16.4",
"express-ws": "^4.0.0",
"file-match": "^1.0.2",
"filewatcher": "^3.0.1",
"git-root-dir": "^1.0.2",
"hash-stream": "^1.2.0",
"jsonpath": "^1.0.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"path-to-regexp": "^2.4.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"rimraf": "^2.6.2",
"tar-fs": "^1.16.3",
"tar-stream": "^1.6.2",
"vorpal": "^1.12.0",
"yargs": "^11.1.0"
}
}