-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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": "karma",
"version": "1.0.0",
"description": "group app to ask for and give help for tasks/favors",
"main": "server.js",
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DMWIGGINS/Karma.git"
},
"keywords": [
"karma",
"help",
"tasks",
"favor"
],
"author": "Doreen Wiggins, Lauren Moore, Helen Pitt, Katie DeAngelis, Janet Cushing",
"license": "ISC",
"bugs": {
"url": "https://github.com/DMWIGGINS/Karma/issues"
},
"homepage": "https://github.com/DMWIGGINS/Karma#readme",
"dependencies": {
"Router": "^2.1.0",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"flatpickr": "^4.2.3",
"fs": "0.0.1-security",
"method-override": "^2.3.10",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"node-handlebars": "^0.9.7",
"nodemon": "^1.14.11",
"path": "^0.12.7",
"router": "^1.3.2",
"sequelize": "^4.31.2"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-http": "^1.0.0"
}
}