-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 993 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
{
"name": "poe_consensys_bootcamp2019",
"version": "1.0.0",
"description": "poe_consensys_bootcamp2019",
"main": "client",
"directories": {
"test": "test"
},
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0",
"eth-ens-namehash": "^2.0.8",
"ipfs": "^0.36.4",
"moment": "^2.24.0",
"openzeppelin-test-helpers": "^0.3.0",
"truffle-assertions": "^0.8.0",
"truffle-hdwallet-provider": "^1.0.0-web3one.5"
},
"devDependencies": {},
"scripts": {
"test": "truffle test",
"migrate": "truffle migrate",
"compile": "truffle compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryvers/poe_consensys_bootcamp2019"
},
"keywords": [
"poe"
],
"author": "lkorba",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryvers/poe_consensys_bootcamp2019/issues"
},
"homepage": "https://github.com/ryvers/poe_consensys_bootcamp2019#readme"
}