{
  "name": "wavefront-obj-parser",
  "version": "2.0.1",
  "description": "Parse wavefront .obj files into json",
  "main": "src/wavefront-obj-parser.js",
  "bin": {
    "obj2json": "./bin/obj2json.js"
  },
  "scripts": {
    "demo": "budo demo/browser-entry.js --open --live --dir=demo/asset -- -t brfs",
    "deploy": "browserify -t brfs demo/browser-entry.js | uglifyjs -mc > demo-dist/bundle.js && npm run dist:index:html && cp demo/asset/tree-texture.jpg demo-dist/tree-texture.jpg && gh-pages -d demo-dist",
    "dist:index:html": "echo '</script><script src=\"bundle.js\">' | htmlify > demo-dist/index.html",
    "test": "standard && node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chinedufn/wavefront-obj-parser.git"
  },
  "keywords": [
    "wavefront",
    "obj",
    "webgl",
    "3d",
    "parse",
    "parser",
    "json"
  ],
  "author": "Chinedu Francis Nwafili <frankie.nwafili@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/chinedufn/wavefront-obj-parser/issues"
  },
  "homepage": "https://github.com/chinedufn/wavefront-obj-parser#readme",
  "devDependencies": {
    "brfs": "^1.4.3",
    "browserify": "^13.0.1",
    "budo": "^8.3.0",
    "gh-pages": "^0.11.0",
    "gl-mat3": "^1.0.0",
    "gl-mat4": "^1.1.4",
    "gl-vec3": "^1.0.3",
    "global": "^4.3.0",
    "inline-htmlify": "^2.0.0",
    "raf-loop": "^1.1.3",
    "solid-state": "^0.4.1",
    "standard": "^6.0.8",
    "tape": "^4.5.1",
    "uglify-js": "^2.7.0"
  },
  "dependencies": {}
}
