-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.37 KB
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
48
{
"name": "swapy-identity-protocol",
"version": "1.0.0",
"description": "Swapy Identity Protocol",
"main": "truffle.js",
"scripts": {
"test": "scripts/test.sh",
"test.win": "sh scripts/test.sh",
"testrpc": "sh scripts/start_testrpc.sh",
"compile": "truffle compile",
"migrate": "truffle migrate --network custom",
"migrate.hard": "truffle migrate --network custom --reset",
"migrate.dev": "truffle migrate --network dev",
"migrate.dev.hard": "truffle migrate --network dev --reset"
},
"dependencies": {
"bip39": "^2.4.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"eth-signer": "^0.3.4",
"ethereumjs-wallet": "^0.6.0",
"ganache-cli": "^6.0.3",
"ipfs-api": "^17.3.0",
"js-sha3": "^0.7.0",
"truffle": "4.1.7",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^0.18.4",
"web3-provider-engine": "^8.6.1",
"openzeppelin-solidity": "^1.9.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/SwapyNetwork/swapy-identity-protocol.git"
},
"keywords": [
"Ethereum",
"Solidity",
"Identity"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SwapyNetwork/swapy-identity-protocol/issues"
},
"homepage": "https://github.com/SwapyNetwork/swapy-identity-protocol#readme"
}