mirror of
https://github.com/barkeser2002/node-minecraft-data.git
synced 2026-09-25 09:26:20 +03:00
24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"name": "minecraft-data",
|
|
"version": "0.5.0",
|
|
"description": "Provide easy access to minecraft data in node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:PrismarineJS/node-minecraft-data.git"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"data",
|
|
"node.js"
|
|
],
|
|
"author": "Romain Beaumont <romain.rom1@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/PrismarineJS/node-minecraft-data/issues"
|
|
}
|
|
}
|