-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "spdz-scratchpad",
"version": "0.1.0",
"description": "Place to experiment with MPC programs, outside of SPDZ main code base.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/risingnote/spdz-scratchpad.git"
},
"keywords": [
"spdz",
"mpc"
],
"author": "Jonathan Evans",
"license": "ISC",
"bugs": {
"url": "https://github.com/risingnote/spdz-scratchpad/issues"
},
"homepage": "https://github.com/risingnote/spdz-scratchpad#readme",
"dependencies": {
"assert": "^1.4.1",
"baconjs": "^0.7.93",
"express": "^4.15.3",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.18.1",
"rxjs": "^5.4.0",
"socket.io": "^2.0.1",
"socket.io-client": "^2.0.1",
"spdz-gui-lib": "file:///Users/je0018/Development/spdz-gui-lib",
"winston": "^2.3.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.3.1"
}
}