{
  "name": "glbutils",
  "version": "1.3.1",
  "description": "Utility for inspecting and modifying gltf binary files",
  "main": "main.js",
  "scripts": {
    "test": "mocha",
    "test-watch": "mocha --watch"
  },
  "bin": {
    "glb-utils": "./bin/glb-utils.js",
    "glb-pack": "./bin/glb-pack.js",
    "glb-unpack": "./bin/glb-unpack.js",
    "glb-make-unlit": "./bin/glb-make-unlit.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/msfeldstein/glb-utils.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/msfeldstein/glb-utils/issues"
  },
  "homepage": "https://github.com/msfeldstein/glb-utils#readme",
  "dependencies": {
    "command-line-args": "^4.0.7",
    "copy-paste": "^1.3.0",
    "draco3d": "^1.1.0",
    "node-menu": "^1.3.0"
  },
  "devDependencies": {
    "mocha": "^4.0.1"
  }
}
