-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.44 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
{
"name": "ranked-vote",
"version": "0.0.1",
"description": "A ranked voting system with github credentials.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpaceKrakens/Ranked-Vote.git"
},
"keywords": [
"GitHub",
"Voting",
"Vote",
"SpaceKrakens"
],
"author": "SpaceKrakens",
"license": "MIT",
"bugs": {
"url": "https://github.com/SpaceKrakens/Ranked-Vote/issues"
},
"homepage": "https://github.com/SpaceKrakens/Ranked-Vote#readme",
"dependencies": {
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"debug": "^2.2.0",
"ejs": "^2.5.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"express": "^4.14.0",
"express-messages": "^1.0.1",
"express-partials": "^0.3.0",
"express-session": "^1.14.1",
"github": "^5.2.2",
"helmet": "^2.2.0",
"jquery": "^3.1.0",
"jquery-ui": "^1.12.1",
"method-override": "^2.3.6",
"moment-timezone": "^0.5.10",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"router": "^1.1.4",
"sequelize": "^3.24.3",
"sequelize-cli": "^2.4.0"
},
"engines": {
"node": "^4.3"
},
"devDependencies": {
"sequelize-fixtures": "^0.5.4",
"sqlite3": "^3.1.4"
}
}