-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 860 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 860 Bytes
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
{
"name": "vrhtoken",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"bignumber.js": "7.2.1",
"ganache-cli": "^6.1.8",
"openzeppelin-solidity": "1.12.0",
"pify": "4.0.0",
"truffle": "^4.1.14"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"sol-merger": "^0.1.2"
},
"scripts": {
"testrpc": "ganache-cli",
"test": "truffle test",
"build-contracts": "sol-merger \"./contracts/*.sol\" ./flattened"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ViRehab/Token.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ViRehab/Token/issues"
},
"homepage": "https://github.com/ViRehab/Token#readme"
}