-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "d3-item-drops-mvc",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"bluebird": "^3.1.1",
"bluebird-queue": "0.0.8",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cookie-parser": "^1.3.3",
"dotenv": "^2.0.0",
"express": "^4.13.3",
"extend": "^3.0.0",
"glob": "^5.0.3",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jade": "^1.11.0",
"memcached": "^2.2.1",
"method-override": "^2.3.0",
"morgan": "^1.6.1",
"nedb": "^1.7.1",
"promise": "^7.1.1",
"promise-ratelimit": "0.0.2",
"request-promise": "^2.0.0",
"serve-favicon": "^2.3.0",
"tabletop": "^1.4.2"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-stylus": "^2.0.0",
"gulp-nodemon": "^2.0.2",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.0"
},
"engines": {
"node": "4.2.3"
}
}