-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.31 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
54
{
"name": "droneshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.7",
"bluebird": "^3.4.6",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"express": "^4.14.0",
"express-jwt": "^5.0.0",
"forever": "^0.15.2",
"mongoose": "^4.5.10",
"morgan": "^1.7.0",
"path": "^0.12.7",
"request": "^2.74.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-bower": "0.0.13",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"gulp-strip-comments": "^2.4.3",
"gulp-strip-css-comments": "^1.2.0",
"gulp-uglify": "^2.0.0",
"gulp-wait": "0.0.2",
"main-bower-files": "^2.13.1"
},
"engines": {
"node": ">=6.x"
}
}