-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "api.quiznology.com",
"version": "0.0.1",
"license": "MIT",
"description": "API for the QUIZnology project",
"contributors": [
{
"name": "José Vicente Sogorb",
"url": "https://github.com/joviwap"
},
{
"name": "Jesus Mendoza",
"url": "https://github.com/Jesusz0r"
},
{
"name": "Laura Coalla",
"url": "https://github.com/laurazenc"
},
{
"name": "Fran Quesada",
"url": "https://github.com/totegsito"
},
{
"name": "Jorge Martin Marti",
"url": "https://github.com/pepocivs"
},
{
"name": "Miguel Haba"
}
],
"keywords": [
"quiz",
"developers",
"code",
"self-improvement"
],
"main": "bin/api.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "gulp test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Quiznology/api.quiznology.com.git"
},
"bugs": {
"url": "https://github.com/Quiznology/api.quiznology.com/issues"
},
"homepage": "https://github.com/Quiznology/api.quiznology.com#readme",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"connect-redis": "^3.3.0",
"express": "^4.15.3",
"express-session": "^1.15.3",
"method-override": "^2.3.9",
"mongoose": "^4.10.4",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-github2": "^0.1.10",
"redis": "^2.7.1"
},
"devDependencies": {
"chai": "^4.0.1",
"gulp": "^3.9.1",
"gulp-mocha": "^4.3.1"
}
}