forked from SimonWoodburyForget/mindustry-mods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 788 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
{
"name": "Mindustry-Mods",
"version": "1.0.0",
"description": "Visit the webpage at: https://simonwoodburyforget.github.io/mindustry-mods/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -fd dist --user \"bot <[email protected]>\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimonWoodburyForget/mindustry-mods.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SimonWoodburyForget/mindustry-mods/issues"
},
"homepage": "https://simonwoodburyforget.github.com/mindustry-mods",
"dependencies": {},
"devDependencies": {
"gh-pages": "^2.2.0"
}
}