-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "porreri-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"build": "babel src -d build"
},
"dependencies": {
"apidoc": "^0.17.6",
"aws-sdk": "^2.203.0",
"babel-register": "^6.26.0",
"body-parser": "~1.17.1",
"cheerio": "^1.0.0-rc.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "^4.15.4",
"glob": "^7.1.2",
"jade": "~1.11.0",
"jsonwebtoken": "^8.0.0",
"line-reader": "^0.4.0",
"lru-cache": "^4.1.1",
"mongoose": "^4.11.8",
"morgan": "~1.8.1",
"mysql": "^2.15.0",
"path": "^0.12.7",
"request": "^2.81.0",
"serve-favicon": "~2.4.2",
"swagger-ui": "^3.10.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-file-cache": "0.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0"
}
}