-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
{
"name": "@y12/dltdojo",
"version": "0.0.1",
"description": "DLT DOJO",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/y12studio/dltdojo.git"
},
"keywords": [
"blockchain"
],
"author": "JOYE LIN <[email protected]> (https://github.com/y12studio/dltdojo)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/y12studio/dltdojo/issues"
},
"homepage": "https://github.com/y12studio/dltdojo#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"dependencies": {
"bitcoin-core": "^1.1.0",
"bitcore-lib": "^0.13.19",
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"chalk": "^1.1.3",
"dockerode": "^2.3.1",
"express": "^4.14.1",
"ipfs-mini": "^1.0.2",
"jayson": "^2.0.2",
"keythereum": "0.3.2",
"lite-server": "^2.3.0",
"lodash": "^4.17.4",
"request-promise": "^4.1.1",
"serve-static": "^1.11.2",
"solc": "^0.4.8",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^0.18.2",
"yamljs": "^0.2.8",
"yargs": "^6.6.0"
}
}