-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 946 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
40
{
"name": "Showcase",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"async": "^1.4.2",
"chai": "^3.3.0",
"chai-passport-strategy": "^0.2.0",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.1",
"gulp-jscs": "^3.0.0",
"gulp-mocha": "^2.1.3",
"gulp-util": "^3.0.7",
"mocha": "^2.3.3",
"mocha-better-spec-reporter": "^3.0.1",
"should": "^7.1.0"
},
"dependencies": {
"body-parser": "^1.13.2",
"express": "^4.13.1",
"fs": "0.0.2",
"jwt-simple": "^0.3.0",
"lodash": "^3.10.0",
"method-override": "^2.3.4",
"mongodb": "^2.0.39",
"mongoose": "^4.1.0",
"morgan": "^1.6.1",
"passport": "^0.2.2",
"passport-strategy": "^1.0.0",
"supertest": "^1.1.0",
"validator": "^4.1.0"
}
}