-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
{
"name": "headless-chrome-puppeteer",
"version": "0.0.1",
"main": "src/index.js",
"repository": "https://github.com/shang-demo/server-template.git",
"author": "xinshangshangxin <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"start": "gulp",
"lint": "./node_modules/.bin/eslint --fix src/",
"test": "ava -v -s test/",
"typings": "node config/generate-typings init"
},
"dependencies": {
"amqplib": "^0.5.2",
"bluebird": "^3.5.0",
"chalk": "^2.0.1",
"cron": "^1.3.0",
"fs-extra": "^4.0.1",
"graphql": "^0.10.5",
"graphql-iso-date": "^3.2.0",
"graphql-type-json": "^0.1.4",
"humps": "^2.0.1",
"jwt-simple": "^0.5.1",
"kcors": "^2.2.1",
"koa": "^2.3.0",
"koa-bodyparser": "^4.2.0",
"koa-graphql": "^0.7.3",
"koa-router": "^7.2.1",
"lodash": "^4.17.4",
"mongodb-uri": "^0.9.7",
"mongoose": "^4.11.4",
"nodemailer": "^4.0.1",
"pino": "shang-package/pino",
"pm2": "^2.6.1",
"promise-retry": "^1.1.1",
"puppeteer": "^1.3.0",
"redis": "^2.7.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"socket.io": "^2.0.4"
},
"devDependencies": {
"ava": "^0.21.0",
"del": "^3.0.0",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-plugin-import": "^2.7.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-remember": "^0.3.1",
"node-notifier": "^5.1.2",
"nodemon": "^1.11.0",
"now-client": "^1.1.1"
}
}