forked from DemocracyOS/democracyos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 1.95 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "DemocracyOS",
"version": "0.7.2",
"description": "An online space for deliberation and voting on political proposals. The software aims to stimulate better arguments and come to better rulings.",
"homepage": "http://www.democracyos.org/",
"keywords": [
"democracy",
"democracyos",
"liquid democracy",
"partido de la red",
"democracia en red",
"net democracy",
"net party",
"online democracy",
"web democracy",
"change the tool"
],
"author": "Democracia en Red <[email protected]>",
"contributors": [
{
"name": "Cristian Douce",
"email": "[email protected]"
},
{
"name": "Ricardo Rauch",
"email": "[email protected]"
},
{
"name": "Guido Vilariño",
"email": "[email protected]"
},
{
"name": "Sacha Lifszyc",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"express": "~3.4.7",
"jade": "~0.35.0",
"mongoose": "~3.8.3",
"mongoose-voting": "0.1.1",
"mongoose-gravatar": "~0.2.1",
"connect-mongo": "~0.4.0",
"debug": "~0.7.4",
"nowww": "~1.1.2",
"component": "~0.19.8",
"component-builder": "~0.10.1",
"component-styl-plugin": "~1.1.1",
"rework-vars": "~2.0.3",
"rework-math": "~1.0.1",
"rework-shade": "~1.4.3",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.4",
"http-auth": "1.3.0",
"nodemailer": "~0.6.0",
"mandrill-api": "~1.0.37",
"imap": "~0.8.7",
"marked": "~0.2.9",
"commander": "~2.0.0",
"co-prompt": "~1.0.0",
"truncate": "~1.0.2",
"t-component": "1.0.0",
"type-component": "0.0.1",
"merge-util": "0.1.0",
"node-path": "0.0.3",
"strip": "0.0.7"
},
"devDependencies": {},
"main": "pdr",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"test": ""
}
}