-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 836 Bytes
/
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
{
"name": "vyper-crowdsale",
"version": "1.0.0",
"description": "",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binodnp/vyper-crowdsale"
},
"keywords": [
"vyper",
"crowdsale",
"solidity",
"ethereum",
"erc20",
"erc223",
"erc721",
"token",
"coin",
"crytocurrency",
"smart",
"contract"
],
"author": "Binod Nirvan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/binodnp/vyper-crowdsale/issues"
},
"homepage": "https://github.com/binodnp/vyper-crowdsale",
"devDependencies": {
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^3.0.0"
}
}