-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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": "luniverse-gluwacoin",
"version": "1.0.0",
"description": "Gluwacoin for Luniverse",
"main": "index.js",
"dependencies": {
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts": "^2.5.1",
"@openzeppelin/contracts-ethereum-package": "^3.0.0",
"@openzeppelin/truffle-upgrades": "^1.9.1",
"@truffle/hdwallet-provider": "^1.5.0",
"sol-merger": "^3.1.0",
"web3": "^1.5.2"
},
"devDependencies": {
"@openzeppelin/test-environment": "^0.1.6",
"@openzeppelin/test-helpers": "^0.5.7",
"chai": "^4.2.0",
"ganache-cli": "^6.12.0",
"mocha": "^8.2.0",
"truffle": "^5.1.48",
"truffle-privatekey-provider": "^1.5.0"
},
"scripts": {
"test": "oz compile && mocha --exit --recursive test --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gluwa/Luniverse-Gluwacoin.git"
},
"keywords": [
"Gluwa",
"Gluwacoin",
"Sidechain",
"Luniverse",
"Ethereum",
"ERC-20",
"Smart",
"Contract"
],
"author": "Gluwa, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/gluwa/Luniverse-Gluwacoin/issues"
},
"homepage": "https://github.com/gluwa/Luniverse-Gluwacoin#readme"
}