-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 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
{
"name": "testproj",
"version": "0.0.0",
"private": true,
"dependencies": {
"async": "2.1.4",
"cloudinary": "1.7.0",
"connect-mongo": "^3.2.0",
"connect-redis": "^3.3.2",
"dot": "^1.1.2",
"dotenv": "4.0.0",
"events": "^1.1.1",
"express-dot-engine": "^1.0.7",
"fawn": "^2.1.1",
"google-auth-library": "^0.12.0",
"googleapis": "^24.0.0",
"htmlmin": "0.0.7",
"iconv-lite": "^0.4.19",
"keystone": "4.0.0-beta.5",
"keystone-email": "1.0.5",
"lodash": "^4.13.1",
"mime": "^2.2.0",
"mime-to-extensions": "^1.0.2",
"moment": "2.19.3",
"mongod": "^2.0.0",
"mongodb": "^3.0.2",
"mongodb-uri": "^0.9.7",
"pdfmake": "^0.1.64",
"redis-server": "^1.2.0",
"request": "^2.83.0",
"rotating-file-stream": "^1.3.4",
"url-pattern": "^1.0.3",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"eslint": "3.15.0",
"eslint-config-keystone": "3.0.0",
"eslint-plugin-react": "^5.1.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^4.0.0",
"gulp-iife": "^0.3.0",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.0",
"pump": "^2.0.0"
},
"scripts": {
"lint": "eslint .",
"start": "node keystone.js"
}
}