{
  "name": "@jordandelcros/stats-js",
  "version": "1.0.5",
  "description": "This class is a rework of the original stats.js from mrdoob, it use a single canvas unlike the original that use DOM elements.",
  "main": "stats.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JordanDelcros/stats-js.git"
  },
  "keywords": [
    "stats",
    "stats.js",
    "stats-js",
    "js",
    "perfs",
    "performance",
    "webgl",
    "speed",
    "enhancement"
  ],
  "author": "Jordan Delcros",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JordanDelcros/stats-js/issues"
  },
  "homepage": "https://github.com/JordanDelcros/stats-js#readme"
}