forked from nkmishra1997/bnb2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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": "bnb2018",
"version": "1.0.0",
"description": "Virtual Stock Market Game",
"main": "server.js",
"scripts": {
"test": "mocha --timeout 10000",
"build": "cd bnb && ng build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nkmishra1997/bnb2018.git"
},
"author": "IEEE DTU",
"license": "ISC",
"bugs": {
"url": "https://github.com/nkmishra1997/bnb2018/issues"
},
"homepage": "https://github.com/nkmishra1997/bnb2018#readme",
"dependencies": {
"body-parser": "^1.18.2",
"circular-dependency-plugin": "^4.4.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cron": "^1.3.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"method-override": "^2.3.10",
"mongoose": "^5.0.1",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0"
},
"devDependencies": {
"@angular/cli": "^1.6.6",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^3.4.2",
"should": "^13.2.1"
}
}