-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
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
{
"name": "coinstac-algorithm-permutator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env BLUEBIRD_WARNINGS=0 node index.js",
"test": "standard && node test.js"
},
"keywords": [
"coinstac"
],
"author": "Cory Reed <swashcap@gmail.com>",
"license": "MIT",
"dependencies": {
"coinstac-simulator": "^2.3.1",
"cross-env": "^3.2.4",
"js-combinatorics": "^0.5.2",
"laplacian-noise-ridge-regression": "github:mrn-code/decentralized-laplacian-ridge-regression",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"pify": "^2.3.0",
"rimraf": "^2.6.1"
},
"devDependencies": {
"standard": "^9.0.2",
"tape": "^4.6.3"
}
}