-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "dbos",
"version": "0.0.0",
"author": "Kyle E. Mitchell <[email protected]> (https://kemitchell.com/)",
"license": "Apache-2.0",
"dependencies": {
"ajv": "^5.1.5",
"busboy": "^0.2.14",
"concat-stream": "^1.6.0",
"english-months": "^1.0.3",
"flush-write-stream": "^1.0.2",
"glob": "^7.1.2",
"http-hash": "^2.0.0",
"http-https": "^1.0.0",
"json-parse-errback": "^2.0.1",
"json-stable-stringify": "^1.0.1",
"mkdirp": "^0.5.1",
"mustache": "^2.3.0",
"negotiator": "^0.6.1",
"once": "^1.4.0",
"pct-minimum-documentation": "^1.0.0",
"pino": "^4.5.2",
"pino-http": "^2.6.1",
"pump": "^1.0.2",
"rfc822-date": "0.0.3",
"run-parallel": "^1.1.6",
"run-series": "^1.1.4",
"semver": "^5.3.0",
"send": "^0.15.3",
"simple-concat": "^1.0.0",
"sodium-prebuilt": "^1.0.22",
"split2": "^2.1.1",
"straighten-quotes": "^0.1.0",
"through2": "^2.0.3",
"touch": "^1.0.0",
"uuid": "^3.0.1",
"wordwrap": "^1.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"chromedriver": "^2.29.0",
"depcheck": "^0.6.7",
"dev-null": "^0.1.1",
"form-data": "^2.1.4",
"istanbul": "^0.4.5",
"licensee": "^4.5.0",
"nsp": "^2.6.3",
"rimraf": "^2.6.1",
"standard": "^10.0.2",
"string-to-stream": "^1.1.0",
"tape": "^4.6.3",
"webdriverio": "^4.2.3"
},
"private": true,
"scripts": {
"build": "make",
"coverage": "istanbul check-coverage coverage/coverage.json",
"depcheck": "depcheck --ignores chromedriver",
"lint": "standard",
"nsp": "nsp check",
"precoverage": "NODE_ENV=test istanbul cover -- tape test/*.test.js",
"test": "NODE_ENV=test tape test/*.test.js",
"testserver": "NODE_ENV=test RECAPTCHA_PUBLIC=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI RECAPTCHA_SECRET=6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe node server.js",
"licenses": "licensee --errors-only"
}
}