{
  "name": "parse-dds",
  "version": "1.2.1",
  "description": "parses the headers of a DDS texture file",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {},
  "devDependencies": {
    "a-big-triangle": "^1.0.0",
    "budo": "^4.0.0",
    "buffer-to-arraybuffer": "0.0.2",
    "garnish": "^2.1.3",
    "gl-basic-shader": "^1.3.0",
    "gl-shader": "^4.0.1",
    "glslify": "^2.1.2",
    "raf-loop": "^1.1.2",
    "tape": "^4.0.0",
    "webgl-context": "^2.1.2",
    "xhr": "^2.0.1"
  },
  "scripts": {
    "test": "node test/index.js",
    "start": "budo demo/index.js --live --verbose -t glslify | garnish"
  },
  "keywords": [
    "dds",
    "texture",
    "compressed",
    "webgl",
    "image",
    "format",
    "parse",
    "parses",
    "read"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/parse-dds.git"
  },
  "homepage": "https://github.com/Jam3/parse-dds",
  "bugs": {
    "url": "https://github.com/Jam3/parse-dds/issues"
  }
}
