{
  "name": "minecraft-icon-items",
  "version": "0.4.5",
  "description": "Get Minecraft items by id, type, name or by Bukkit Material Enum to show on your website",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*/*.js test/*.js",
    "build": "node build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ComminQ/minecraft-icon-items"
  },
  "keywords": [
    "🐼",
    "minecraft",
    "item",
    "block",
    "list",
    "id",
    "name",
    "meta",
    "type",
    "subtype"
  ],
  "author": "Fabien CAYRE",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ComminQ/minecraft-icon-items/issues"
  },
  "homepage": "https://github.com/ComminQ/minecraft-icon-items#readme",
  "devDependencies": {
    "adm-zip": "^0.4.7",
    "fs-extra": "^3.0.1",
    "objectify-array": "^1.0.1",
    "standard": "^10.0.2",
    "superagent": "^3.5.2",
    "superagent-binary-parser": "^1.0.1",
    "tap": "^10.3.2"
  }
}
