Files
node-minecraft-data/package.json
T
2015-11-30 12:59:15 +01:00

30 lines
716 B
JSON

{
"name": "minecraft-data",
"version": "0.16.3",
"description": "Provide easy access to minecraft data in node.js",
"main": "index.js",
"browser": "browser.js",
"tonicExampleFilename": "example.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "require-self"
},
"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"
},
"devDependencies": {
"require-self": "^0.1.0"
}
}