-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.83 KB
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
67
68
69
70
71
72
73
74
75
76
{
"name": "ee-express",
"version": "0.3.5",
"description": "a essy enterprice express project template",
"main": "index.js",
"scripts": {
"test": "mocha test",
"ee": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joinfunny/eeExpress.git"
},
"keywords": [
"node",
"easy",
"enterprice",
"express",
"log",
"mongo",
"redis",
"session",
"cookie"
],
"author": "joinfunny",
"license": "MIT",
"bugs": {
"url": "https://github.com/joinfunny/eeExpress/issues"
},
"homepage": "https://github.com/joinfunny/eeExpress#readme",
"dependencies": {
"archiver": "^2.0.3",
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"compression": "^1.7.0",
"connect-redis": "^3.3.0",
"cookie-parser": "^1.4.3",
"deep-assign": "^2.0.0",
"ejs": "^2.5.7",
"express": "^4.16.1",
"express-session": "^1.15.5",
"i18n": "^0.8.3",
"ioredis": "^3.1.2",
"lodash": "^4.17.4",
"log4js": "^1.1.1",
"mocha": "^5.0.0",
"mockjs": "^1.0.1-beta3",
"moment": "^2.18.1",
"node-uuid": "^1.4.8",
"nodemailer": "^4.1.3",
"request": "^2.83.0",
"request-promise": "^4.2.1",
"sails-mongo": "^0.12.2",
"serve-favicon": "^2.4.3",
"should": "^13.1.0",
"waterline": "^0.13.1-9"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^7.3.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.1.0",
"eventsource-polyfill": "^0.9.6"
},
"engines": {
"node": ">= 7.10.0",
"npm": ">= 5.5.1"
}
}