forked from N4SJAMK/teamboard-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "teamboard-api",
"version": "0.2.14",
"description": "RESTful API for Teamboard 2.0",
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"start": "node index.js"
},
"dependencies": {
"bcrypt": "^0.8.0",
"body-parser": "~1.3.0",
"boom": "^2.4.2",
"cors": "^2.4.1",
"errorhandler": "~1.0.1",
"express": "~4.4.1",
"jsonwebtoken": "~0.4.0",
"lodash": "~2.4.1",
"method-override": "~2.0.1",
"mongoose": "3.8.15",
"morgan": "~1.1.1",
"newrelic": "^1.13.2",
"nice-json2csv": "^0.1.3",
"passport": "~0.2.0",
"passport-anonymous": "^1.0.1",
"passport-http-bearer": "~1.0.1",
"passport-local": "~1.0.0",
"request": "^2.39.0",
"socket.io-emitter": "~0.2.0"
},
"devDependencies": {
"chalk": "^0.5.1",
"gulp": "~3.8.0",
"gulp-mocha": "~0.4.1",
"gulp-util": "~2.2.16",
"purdy": "^1.0.1",
"should": "~4.0.0",
"supertest": "~0.13.0",
"mockgoose": "~1.10.7",
"promise": "~6.0.0"
}
}