-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 900 Bytes
/
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
{
"name": "wtfWebPagesDo",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"chalk": "^2.1.0",
"chrome-remote-interface": "^0.24.5",
"commander": "^2.11.0",
"eventemitter3": "^2.0.3",
"filenamify-url": "^1.0.0",
"fs-extra": "^4.0.2",
"humanize": "^0.0.9",
"json2csv": "^3.11.2",
"lodash": "^4.17.4",
"microtime": "^2.1.6",
"mime": "^2.0.1",
"moment": "^2.18.1",
"moment-precise-range-plugin": "^1.2.4",
"normalize-url": "^1.9.1",
"parse-link-header": "^1.0.1",
"pretty-error": "^2.1.1",
"set-cookie-parser": "^2.0.0",
"twix": "^1.2.0",
"validator": "^8.2.0"
},
"scripts": {
"lint": "standard | snazzy",
"lint-fix": "standard --fix"
},
"devDependencies": {
"@types/fs-extra": "^4.0.2",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
}
}