-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.03 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": "newreactions",
"private": false,
"version": "0.0.1",
"description": "Authorization Service",
"main": "",
"scripts": {
"start": "node server.js",
"test": "karma start",
"test:watch": "karma start --autoWatch=true --singleRun=false"
},
"repository": "",
"keywords": [],
"author": "Nam Dao",
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^2.2.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^5.0.0",
"mocha": "^2.2.5"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.1",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.13.0",
"install": "^0.8.1",
"mongo": "^0.1.0",
"mongodb": "^2.1.18",
"mongoose": "^4.5.1",
"mongoose-findorcreate": "^0.1.2",
"npm": "^3.9.6",
"passport": "^0.3.2",
"passport-google-oauth2": "^0.1.6",
"passport-google-oauth20": "^1.0.0",
"passport-oauth2-refresh": "^1.0.0",
"redis": "^2.6.2"
}
}