24 lines
641 B
JSON
24 lines
641 B
JSON
{
|
|
"name": "good-morning-craft-open",
|
|
"version": "1.0.0",
|
|
"description": "The best resource pack for minecraft ever",
|
|
"main": "builder/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node builder/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/dolanmiu/Good-Morning-Craft-Open.git"
|
|
},
|
|
"author": "Dolan Miu",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dolanmiu/Good-Morning-Craft-Open/issues"
|
|
},
|
|
"homepage": "https://github.com/dolanmiu/Good-Morning-Craft-Open#readme",
|
|
"dependencies": {
|
|
"glob": "^7.1.1"
|
|
}
|
|
}
|