-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.31 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.31 KB
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
{
"name": "kudocracy",
"version": "0.2.2",
"description": "An experimental Liquid Democracy voting system where people can like/dislike hashtags.",
"main": "lib/main.js",
"files": [
"lib",
"test"
],
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"node": ">=0.11.0"
},
"dependencies": {
"bower": ">=1.7.9",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"firebase": "^2.4.2",
"l8": "latest",
"querystring": ">=0.2.0",
"request": "^2.72.0",
"split": ">=1.0.0",
"twit": "^2.2.3",
"diacritics": "latest",
"ngraph.pagerank": "latest"
},
"devDependencies": {
"coffee-script": "latest",
"browserify": "latest",
"watchify": "latest",
"uglify-js": "^2.6.2",
"mocha": "latest"
},
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install",
"build": "./build.sh",
"watchify": "watchify lib/ui1client.js -o browserified.js"
},
"repository": {
"type": "git",
"url": "git://github.com/virteal/kudocracy.git"
},
"keywords": [
"liquid",
"democracy",
"liquid democracy",
"vote"
],
"author": {
"name": "Jean Hugues Robert",
"email": "jean_hugues_robert@yahoo.com",
"url": "http://virteal.com"
},
"license": "MIT"
}