-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "puppeteer-usage",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint src *.js",
"dev": "NODE_ENV=development ./node_modules/.bin/nodemon src/app.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"commander": "^2.19.0",
"es6-promise": "^4.2.6",
"fakerator": "^0.3.0",
"ioredis": "^4.5.1",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"log4js": "^2.5.3",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"mongoose": "^5.5.2",
"node-xlsx": "^0.12.1",
"optimist": "^0.6.1",
"page-diff": "^0.2.5",
"puppeteer": "^1.9.0",
"request": "^2.88.0",
"require-dir": "^1.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"fake-useragent": "^1.0.1",
"form-data": "^2.3.3",
"gif-encoder": "^0.7.2",
"jimp": "^0.16.0",
"nodemon": "^1.18.10"
}
}