{
  "name": "quad-indices",
  "version": "2.0.1",
  "description": "creates the indices for a quad (two triangles)",
  "main": "index.js",
  "license": "MIT",
  "author": {
    "name": "Matt DesLauriers",
    "email": "dave.des@gmail.com",
    "url": "https://github.com/mattdesl"
  },
  "dependencies": {
    "an-array": "^1.0.0",
    "dtype": "^2.0.0",
    "is-buffer": "^1.0.2"
  },
  "devDependencies": {
    "buffer-equals": "^1.0.3",
    "tape": "^3.5.0"
  },
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
    "quad",
    "gl",
    "stack.gl",
    "ecosystem:stackgl",
    "mesh",
    "cells",
    "elements",
    "indicesindex",
    "indexed",
    "sprite",
    "batch",
    "vertices"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/Jam3/quad-indices.git"
  },
  "homepage": "https://github.com/Jam3/quad-indices",
  "bugs": {
    "url": "https://github.com/Jam3/quad-indices/issues"
  }
}
