forked from DemocracyOS/democracyos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.18 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
83
84
85
86
87
88
{
"name": "DemocracyOS",
"version": "0.8.26",
"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": "1.6.0",
"mongoose": "3.8.16",
"mongoose-voting": "0.1.1",
"mongoose-gravatar": "~0.2.1",
"connect-mongo": "~0.4.0",
"debug": "~0.7.4",
"nowww": "~1.1.2",
"component": "1.0.0-rc5",
"component-builder": "1.1.10",
"component-resolver": "1.2.4",
"component-stylus-plugin": "~0.3.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",
"mkdirp": "0.5.0",
"builder-jade": "1.0.1",
"stylus": "0.48.1",
"notifier-client": "0.1.0"
},
"devDependencies": {},
"main": "pdr",
"engines": {
"node": "0.10.28",
"npm": "1.4.9"
},
"scripts": {
"test": "",
"postinstall": "node ./bin/dos-install && node ./bin/dos-config && node ./bin/dos-build"
}
}