forked from AstarNetwork/lockdrop-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"name": "ethereum-lockdrop",
"version": "0.1.0",
"homepage": "https://github.com/stakedtechnologies/ethereum-lockdrop#readme",
"description": "Ethereum lockdrop smart contracts",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "truffle test",
"compile": "truffle compile",
"migrate": "truffle migrate",
"console": "truffle console",
"testrpc": "ganache-cli",
"release": "truffle migrate --network mainnet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stakedtechnologies/ethereum-lockdrop.git"
},
"keywords": [
"ethereum",
"solidity",
"lockdrop"
],
"dependencies": {
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eth-gas-reporter": "^0.1.12",
"ganache-cli": "6.4.2",
"truffle": "5.1.12",
"truffle-flattener": "1.3.0",
"truffle-hdwallet-provider": "^1.0.6",
"web3": "^1.2",
"yargs": "^13.0"
},
"author": "Aleksandr Krupenkin <[email protected]>",
"license": "BSD-3-Clause"
}