-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
48
49
50
{
"name": "gfdt-api",
"version": "1.0.0",
"description": "Go For Da Top - API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "node --inspect server/index.js",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soriin/go-for-da-top-api.git"
},
"keywords": [
"ddr",
"dance",
"revolution",
"go",
"fo",
"da",
"the",
"top"
],
"author": "Elliot Fisher",
"license": "ISC",
"bugs": {
"url": "https://github.com/soriin/go-for-da-top-api/issues"
},
"homepage": "https://github.com/soriin/go-for-da-top-api#readme",
"devDependencies": {
"express": "^4.16.3"
},
"dependencies": {
"body-parser": "^1.18.3",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"helmet": "^3.12.1",
"logdna": "^1.4.0",
"moment": "^2.22.2",
"mongoose": "^4.11.6",
"morgan": "^1.9.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"winston": "^3.0.0-rc1"
}
}