forked from coding-blocks/boss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 700 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 700 Bytes
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
{
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"express-basic-auth": "^1.0.2",
"express-hbs": "^1.0.4",
"express-session": "^1.15.2",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-oauth2": "^1.4.0",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"rsvp": "^3.5.0",
"sequelize": "^3.30.4"
},
"name": "boss-backend",
"version": "0.0.1",
"description": "Backend API to track BOSS submissions",
"main": "server.js",
"repository": "http://github.com/coding-blocks/boss-backend",
"author": "Arnav Gupta <arnav@codingblocks.com>",
"license": "MIT"
}