-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.25 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
{
"name": "spaced-repetition",
"version": "0.0.0",
"description": "Create “decks” of “flashcards” and track your progress during dynamic study sessions reviewing what you’ve learned about various subjects in order to increase the effectiveness of your retention and comprehension.",
"main": "server.js",
"engines": {
"node": "4.4.6",
"npm": "2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BFGriffith/spaced-repetition.git"
},
"keywords": [
"Node.js",
"Express.js",
"Handlebars.js",
"JavaScript",
"jQuery",
"MySQL",
"css",
"Bootstrap"
],
"author": "BFGriffith, ednas, codevelopit, BrotherBuck",
"license": "MIT",
"bugs": {
"url": "https://github.com/BFGriffith/spaced-repetition/issues"
},
"homepage": "https://github.com/BFGriffith/spaced-repetition#readme",
"dependencies": {
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.0",
"method-override": "^2.3.6",
"mysql": "^2.11.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
}
}