-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "@element36-io/cash36-ping",
"version": "0.1.1",
"description": "Contains a ping contract wich sends back ERC20 funds with an open API call",
"homepage": "http://element36.io",
"license": "MIT",
"contributors": [
{
"name": "w@element36.io"
}
],
"main": "truffle.js",
"directories": {
"test": "test"
},
"author": {
"name": "w@element36.io"
},
"dependencies": {
"@element36-io/cash36-contracts": "0.3.28",
"@truffle/contract": "4.1.5"
},
"devDependencies": {
"@babel/polyfill": "7.7.0",
"@openzeppelin/test-helpers": "0.5.4",
"@truffle/hdwallet-provider": "1.0.28",
"ganache-cli": "6.8.1",
"lite-server": "^2.3.0",
"prettier": "^1.19.1",
"solidity-coverage": "0.7.1"
},
"files": [
"build/contracts/",
"index.js"
],
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
}
}