-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·109 lines (109 loc) · 2.7 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "DemocracyOS",
"version": "0.14.0",
"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]"
},
{
"name": "José Fresco",
"email": "[email protected]"
},
{
"name": "Mariano Vicente",
"email": "[email protected]"
},
{
"name": "Matías Lescano",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/DemocracyOS/app.git"
},
"dependencies": {
"arr-diff": "^1.0.1",
"bowser": "0.7.2",
"builder-jade": "1.0.1",
"co-prompt": "~1.0.0",
"commander": "~2.0.0",
"component": "1.0.0",
"component-builder": "1.2.0",
"component-resolver": "1.2.4",
"component-stylus-plugin": "~0.3.1",
"debug": "^2.1.3",
"democracyos-db": "0.0.1",
"express": "~3.4.7",
"express-sslify": "0.1.1",
"http-auth": "1.3.0",
"imap": "~0.8.7",
"jade": "^1.6.0",
"json-file-plus": "^2.0.0",
"jwt-simple": "0.2.0",
"marked": "~0.2.9",
"merge-util": "0.3.1",
"mkdirp": "0.5.0",
"moment": "2.9.0",
"mongoose": "3.8.24",
"mongoose-gravatar": "0.3.0",
"mongoose-voting": "0.1.1",
"node-path": "0.0.3",
"nomnom": "^1.8.1",
"notifier-client": "0.2.0",
"nowww": "~1.1.2",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.4",
"rework-math": "~1.0.1",
"rework-shade": "~1.4.3",
"rework-vars": "~2.0.3",
"strip": "0.0.7",
"stylus": "0.48.1",
"t-component": "1.0.0",
"transliteration": "~0.1.1",
"truncate": "~1.0.2",
"type-component": "0.0.1",
"batch": "~0.5.2",
"cors": "2.5.3",
"cookie-parser": "1.3.3"
},
"devDependencies": {
"google-translate": "^0.1.8"
},
"main": "pdr",
"engines": {
"node": "0.10.x"
},
"scripts": {
"postinstall": "node ./bin/dos-install && node ./bin/dos-config && node ./bin/dos-build"
}
}