-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 932 Bytes
/
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
{
"name": "new-app",
"version": "1.0.0",
"description": "New app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "author",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.3.14",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"express": "^4.13.3",
"jsonwebtoken": "^5.0.4",
"multer": "^1.0.3",
"mysql": "^2.9.0",
"pg": "^4.4.4",
"pg-hstore": "^2.3.2",
"request": "^2.67.0",
"sequelize": "^3.5.1",
"sqlite3": "^3.0.10",
"tedious": "^1.13.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-minify-html": "^1.0.4",
"gulp-minify-inline": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"rewire": "^2.5.1",
"sinon": "^1.17.2"
}
}