-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "discursive",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"angular": "^1.6.2",
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"express-session": "^1.15.1",
"jquery": "^3.1.1",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg-promise": "^5.5.8",
"pug": "latest",
"serve-favicon": "~2.3.2",
"socket.io": "^1.7.3"
},
"description": "Political Discourse Platform for Macathon 2017",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/CKunhardt/discursive.git"
},
"author": "ckunhardt",
"license": "ISC",
"bugs": {
"url": "https://github.com/CKunhardt/discursive/issues"
},
"homepage": "https://github.com/CKunhardt/discursive#readme"
}