{
  "name": "webgl2-0001",
  "version": "1.0.0",
  "description": "wgld.orgのソースコードをWebGL2ベースに書き換えてみる\r まずは三角形を描画してみる。",
  "main": "main.js",
  "scripts": {
    "test": "browser-sync start -s -f *.html *.js",
    "build": "rollup -c",
    "watch": "watch \"npm run build\" ./ --filter=filter.js --wait=0 --interval=1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gist.github.com/47c33ee5ac5199e126fa6a6b2f974f80.git"
  },
  "keywords": [
    "WebGL2.0"
  ],
  "author": "S.F.",
  "license": "MIT",
  "bugs": {
    "url": "https://gist.github.com/47c33ee5ac5199e126fa6a6b2f974f80"
  },
  "homepage": "https://gist.github.com/47c33ee5ac5199e126fa6a6b2f974f80",
  "devDependencies": {
  }
}
