-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 999 Bytes
/
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
{
"name": "layer1",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klivin/layer1.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/klivin/layer1/issues"
},
"homepage": "https://github.com/klivin/layer1#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.23.0",
"big-integer": "^1.6.27",
"binaryquadkey": "0.0.1",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"lodash": "^4.17.5",
"npm": "^6.0.1",
"solc": "^0.4.23",
"truffle-contract": "^3.0.4",
"openzeppelin-solidity": "^1.8.0"
}
}