forked from gehuangyi20/Koinonia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.09 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
{
"name": "ecliptic",
"version": "1.0.0",
"description": "an online voting system",
"main": "ecliptic",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"install": "cd build-scripts && ./build-sjcl.sh",
"test": "mocha"
},
"author": "Victor Gonsalves",
"private": true,
"gypfile": true,
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.5.0",
"selenium-webdriver": "^3.5.0"
},
"dependencies": {
"async": "latest",
"nan": "^2.6.2",
"base64url": "^2.0.0",
"bindings": "^1.3.0",
"body-parser": "^1.17.2",
"browserify": "^13.1.1",
"event-stream": "^3.3.4",
"express": "^4.15.4",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"jade": "^1.11.0",
"jquery": "^3.2.1",
"json3": "latest",
"minimist": "^1.2.0",
"multer": "^1.3.0",
"node-glob": "^1.2.0",
"node-gyp": "^3.6.2",
"performance-now": "^2.1.0",
"pg": "^7.1.2",
"sendmail": "^1.2.0",
"sjcl": "latest",
"validator": "^8.0.0",
"vinyl-source-stream": "^1.1.0",
"webcrypto": "^0.1.0"
}
}