forked from sthnaqvi/erc20-asset-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 812 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
{
"name": "erc20-asset-generator",
"private": false,
"version": "0.0.1",
"description": "An ethereum ERC20 token creator, issue your own token on ethereum with just a few clicks",
"scripts": {
"start": "http-webnode ./ -p 4002 -c-1",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"http-webnode": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sthnaqvi/erc20-asset-generator.git"
},
"bugs": {
"url": "https://github.com/sthnaqvi/erc20-asset-generator/issues"
},
"homepage": "https://github.com/sthnaqvi/erc20-asset-generator#readme",
"author": "Sayed Tauseef Naqvi <tauseef.naqvi786@gmail.com>",
"license": "MIT",
"keywords": [
"ethereum",
"ERC20",
"token",
"asset",
"web3js"
]
}