mcapi
Version:
An unofficial Node.js library for fetching data from Mojang
29 lines (28 loc) • 590 B
JSON
{
"name": "mcapi",
"version": "1.0.1",
"description": "An unofficial Node.js library for fetching data from Mojang",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Moudoux/mcapi.git"
},
"keywords": [
"Minecraft",
"Mojang",
"API",
"Node.js"
],
"author": "Deftware",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Moudoux/mcapi/issues"
},
"homepage": "https://github.com/Moudoux/mcapi#readme",
"dependencies": {
"node-fetch": "^2.1.2"
}
}