forked from gmathurg/cricket-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
43
44
45
46
47
{
"name": "cricket-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"engines": {
"node": "8.9.3",
"npm": "5.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"server": "nodemon app.js",
"client": "npm run start --prefix client",
"dev": "npm run server"
},
"author": "Gaurav Mathur",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"bootstrap": "^3.3.7",
"concurrently": "^3.5.1",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-validator": "^4.3.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"mongoose": "^5.0.3",
"node-cache": "^4.1.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-google-oauth20": "^1.0.0",
"passport-twitter": "^1.0.4",
"path-parser": "^3.0.1",
"request": "^2.83.0",
"xml2json": "^0.11.2"
},
"repository": {
"type": "git",
"url": "cricket-api"
}
}