UNPKG

minecraft-assets

Version:
32 lines (31 loc) 805 B
{ "name": "minecraft-assets", "version": "1.15.0", "description": "Provide minecraft assets", "main": "index.js", "tonicExampleFilename": "example.js", "scripts": { "test": "npm run lint", "lint": "standard", "fix": "standard --fix", "prepare": "npm install require-self && require-self" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/rom1504/node-minecraft-assets.git" }, "keywords": [ "minecraft", "assets" ], "author": "Romain Beaumont <romain.rom1@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/rom1504/node-minecraft-assets/issues" }, "homepage": "https://github.com/rom1504/node-minecraft-assets#readme", "devDependencies": { "require-self": "^0.2.3", "standard": "^17.0.0" } }