-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "mybit-dropzone",
"version": "1.0.0",
"description": "Send an ERC-20 airdrop to selected addresses.",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"compile": "truffle compile --all",
"migrate": "truffle migrate",
"test": "npm run compile; npm run migrate; truffle test",
"blockchain": "ganache-cli --networkId 70 --accounts 20",
"coverage": "solidity-coverage && sleep 5 && npm run coveralls",
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"bignumber.js": "^7.2.1",
"coveralls": "^3.0.2",
"ganache-cli": "^6.2.1",
"request": "^2.87.0",
"solc": "0.4.24",
"truffle": "4.1.14"
},
"devDependencies": {
"solidity-coverage": "^0.5.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyBitFoundation/MyBit-Dropzone.tech.git"
},
"keywords": [
"MyBit",
"solidity",
"Ethereum",
"airdrop"
],
"author": "MyBit Foundation",
"license": "ISC",
"bugs": {
"url": "https://github.com/MyBitFoundation/MyBit-Dropzone.tech/issues"
},
"homepage": "https://github.com/MyBitFoundation/MyBit-Dropzone.tech#readme"
}