-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "active_learn",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "forever --watch ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"description": "Binary maths quizes for GCSE Computing prep",
"repository": {
"type": "git",
"url": "git://github.com/EduMake/active_learn.git"
},
"author": "Martyn Eggleton",
"license": "MIT",
"bugs": {
"url": "https://github.com/EduMake/active_learn/issues"
},
"dependencies": {
"body-parser": "~1.16.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"epilogue": "^0.7.1",
"express": "^4.14.1",
"express-session": "^1.15.1",
"hbs": "~4.0.1",
"jsonwebtoken": "^7.3.0",
"less-middleware": "~2.2.0",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-azure-ad-oauth2": "0.0.4",
"passport-github": "^1.1.0",
"sequelize": "^3.30.2",
"serve-favicon": "~2.3.2",
"sqlite3": "^3.1.8"
}
}