This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
120 lines (120 loc) · 3.01 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
110
111
112
113
114
115
116
117
118
119
120
{
"name": "DemocracyOS",
"version": "0.30.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",
"axios": "^0.7.0",
"batch": "~0.5.2",
"bowser": "0.7.2",
"builder-jade": "1.0.1",
"change-case": "^2.3.0",
"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",
"component-type": "^1.1.0",
"cookie-parser": "1.3.3",
"cors": "2.5.3",
"debug": "^2.1.3",
"democracyos-db": "0.0.1",
"democracyos-video-url-inspector": "^1.0.2",
"express": "~3.4.7",
"express-sslify": "0.1.1",
"fb-signed-parser": "0.0.3",
"http-auth": "1.3.0",
"imap": "~0.8.7",
"jade": "^1.11.0",
"json-file-plus": "^2.0.0",
"jwt-simple": "0.2.0",
"locale": "0.0.20",
"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-minid": "1.1.1",
"mongoose-unique-validator": "^0.4.1",
"mongoose-validators": "^0.1.0",
"mongoose-voting": "0.1.1",
"mout": "^0.11.0",
"node-path": "0.0.3",
"nomnom": "^1.8.1",
"notifier-client": "0.3.1",
"nowww": "~1.1.2",
"passport": "~0.3.x",
"passport-facebook": "2.0.x",
"passport-local": "~0.1.6",
"passport-local-mongoose": "~0.2.4",
"striptags": "^2.1.1",
"stylus": "0.48.1",
"t-component": "1.0.0",
"transliteration": "~0.1.1",
"truncate": "~1.0.2",
"type-component": "0.0.1",
"verigy": "^2.0.1",
"xss": "0.x"
},
"devDependencies": {
"google-translate": "^1.0.0"
},
"main": "pdr",
"engines": {
"node": "~4.2.1"
},
"scripts": {
"postinstall": "node ./bin/dos-install --config && node ./bin/dos-build"
},
"license": "MIT"
}