-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 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
{
"name": "loom-global-dpos-chain",
"version": "1.0.0",
"description": "Scripts to launch and teardown a global cluster of instances automagicalloy elected to be validators in a loom blockchain.",
"main": "index.js",
"scripts": {
"create": "./node_modules/.bin/babel-node create.js",
"status": "./node_modules/.bin/babel-node status.js",
"delete": "./node_modules/.bin/babel-node delete.js",
"iLoom": "./node_modules/.bin/babel-node ssh1.js",
"iCluster": "./node_modules/.bin/babel-node install-all.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marplemr/loom-global-dpos-chain.git"
},
"author": "Matthew Marple",
"license": "MIT",
"bugs": {
"url": "https://github.com/marplemr/loom-global-dpos-chain/issues"
},
"homepage": "https://github.com/marplemr/loom-global-dpos-chain#readme",
"dependencies": {
"do-wrapper": "^3.14.1",
"node-ssh": "^5.1.2"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "^8.2.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-watch": "2.0.7",
"eslint": "4.10.0",
"eslint-config-standard": "10.2.1",
"eslint-config-standard-react": "5.0.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-standard": "3.0.1"
}
}