-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1 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
{
"name": "_example",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./src/server/bin/www"
},
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "~1.13.2",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "~4.13.1",
"http": "0.0.0",
"jsonwebtoken": "^6.1.0",
"jwt-simple": "^0.5.0",
"mocha": "^2.4.5",
"moment": "^2.13.0",
"mongoose": "^4.4.13",
"mongoose-q": "^0.1.0",
"morgan": "~1.6.1",
"request-promise": "^3.0.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"browser-sync": "2.9.6",
"codecov.io": "^0.1.6",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-nodemon": "^2.0.4",
"gulp-uglify": "^1.4.2",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.1.4"
}
}