-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (26 loc) · 857 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
{
"name": "claim-parastate-erc20-token_locking-90_cliff-na_vesting-na",
"version": "1.0.4",
"description": "A user interface for users to claim tokens",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/second-state/claim-parastate-erc20-token_locking-90_cliff-na_vesting-na.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/second-state/claim-parastate-erc20-token_locking-90_cliff-na_vesting-na/issues"
},
"homepage": "https://second-state.github.io/claim-parastate-erc20-token_locking-90_cliff-na_vesting-na/html/index.html",
"dependencies": {
"ethers": "^5.5.3",
"express": "^4.17.2",
"gh-pages": "^3.2.3"
}
}