-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.3 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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "gulp",
"start": "node ./bin/www",
"lint": "eslint **.js; exit 0"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-help": "^1.6.1",
"gulp-istanbul": "^1.0.0",
"gulp-jsdoc3": "^0.3.0",
"gulp-mocha": "^2.2.0",
"isparta": "^3.0.3",
"merge-stream": "^1.0.1",
"mocha": "^4.0.1",
"pre-commit": "^1.1.3",
"run-sequence": "^1.2.2"
},
"dependencies": {
"article-parser": "^2.3.2",
"assert": "^1.4.1",
"async": "^2.5.0",
"body-parser": "^1.18.2",
"dotenv": "^4.0.0",
"eslint": "^4.10.0",
"express": "^4.15.4",
"fs": "0.0.1-security",
"google-auth-library": "^0.11.0",
"googleapis": "^22.2.0",
"jade": "~1.11.0",
"json2plain": "^0.1.1",
"jsonwebtoken": "^8.0.1",
"mocha": "^4.0.1",
"multer": "^1.3.0",
"mysql": "^2.14.1",
"nconf": "^0.8.4",
"nconf-yaml": "^1.0.2",
"node-schedule": "^1.2.5",
"nodemailer": "^4.3.1",
"parseurl": "^1.3.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"request": "^2.83.0",
"unfluff": "^1.1.0"
}
}