mineplex
Version:
Wrapper for the Mineplex API
40 lines (39 loc) • 907 B
JSON
{
"name": "mineplex",
"version": "0.0.7",
"description": "Wrapper for the Mineplex API",
"main": "js/index.js",
"types": "js/index.d.ts",
"scripts": {
"build": "tsc -p ./ts",
"test": "npm run build && mocha ./js/test",
"typings": "cd ts && typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shaunbennett/mineplex-api.git"
},
"keywords": [
"mineplex",
"api",
"mineplex-api",
"wrapper",
"minecraft"
],
"author": "Shaun Bennett",
"license": "MIT",
"bugs": {
"url": "https://github.com/shaunbennett/mineplex-api/issues"
},
"homepage": "https://github.com/shaunbennett/mineplex-api#readme",
"dependencies": {
"bluebird": "3.4.6",
"request": "2.78.0",
"@types/bluebird": "3.0.35"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"mocha": "^3.1.2"
}
}