{
  "name": "gulp-structify",
  "version": "1.3.0",
  "description": "Generates WebGL-compatible Structs and StructBuffers from a template file.",
  "main": "main.js",
  "typings": "main.d.ts",
  "author": "wjheesen",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/wjheesen/gulp-structify"
  },
  "keywords": [
    "WebGL",
    "Struct",
    "Buffer",
    "TypedArray",
    "TypeScript",
    "gulp"
  ],
  "dependencies": {
    "@types/through2": "^2.0.32",
    "@types/vinyl": "^2.0.0",
    "through2": "^2.0.3",
    "ts-type-info": "^7.0.1",
    "typescript": "^2.2.2",
    "vinyl": "^2.0.1"
  },
  "devDependencies": {
    "@types/gulp": "^4.0.2",
    "@types/gulp-rename": "0.0.32",
    "@types/node": "^7.0.15",
    "gulp": "^3.9.1",
    "gulp-rename": "^1.2.2",
    "stream": "0.0.2"
  }
}
