-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "4w",
"version": "0.0.0",
"private": true,
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express-bem": "1.1.0",
"express-bem-bh": "1.2.1",
"keystone": "^4.0.0",
"keystone-email": "https://github.com/miaowing/keystone-email.git",
"lodash": "^4.17.10",
"moment": "^2.10.3",
"nodemailer": "^5.1.1",
"pug": "^2.0.3",
"ral-to-hex": "0.0.0",
"unique-id": "^1.0.2",
"xmlbuilder": "^10.0.0"
},
"devDependencies": {
"del": "3.0.0",
"enb": "^1.5.1",
"enb-bem-techs": "^2.2.2",
"enb-bh": "^1.2.1",
"enb-borschik": "2.8.0",
"enb-js": "^1.1.1",
"enb-modules": "0.4.2",
"enb-stylus": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"gulp": "3.9.1",
"gulp-bower": "0.0.14",
"gulp-eslint": "^5.0.0",
"run-sequence": "2.2.1",
"vow-fs": "0.3.6",
"ym": "^0.1.2"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node index.js",
"lint": "gulp lint"
},
"main": "index.js"
}