-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
31 lines (31 loc) · 843 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
{
"name": "token-generator",
"version": "1.0.0",
"description": "The most used Smart Contract Generator for ERC20 and BEP20 Token.",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"deploy": "vuepress build && sh scripts/deploy.sh"
},
"author": "Vittorio Minacori (@vittominacori)",
"contributors": [
{
"name": "Vittorio Minacori",
"url": "https://github.com/bep20"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bep20/token-generator.git"
},
"homepage": "https://github.com/bep20/token-generator",
"bugs": {
"url": "https://github.com/bep20/token-generator/issues"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-plugin-facebook-pixel": "^1.0.0"
}
}