{
  "name": "glsl-token-scope",
  "version": "1.1.2",
  "description": "Infer the scope of each token in an array of GLSL tokens",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "node test | tap-spec",
    "start": "node test/eyeball"
  },
  "author": {
    "name": "Hugh Kennedy",
    "email": "hughskennedy@gmail.com",
    "url": "http://hughsk.io/"
  },
  "dependencies": {},
  "devDependencies": {
    "chalk": "^0.5.1",
    "glsl-token-depth": "^1.1.0",
    "glsl-tokenizer": "^2.0.0",
    "tap-spec": "^2.1.1",
    "tape": "^3.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/stackgl/glsl-token-scope.git"
  },
  "keywords": [
    "ecosystem:stackgl",
    "glsl",
    "tokens",
    "syntax"
  ],
  "homepage": "https://github.com/stackgl/glsl-token-scope",
  "bugs": {
    "url": "https://github.com/stackgl/glsl-token-scope/issues"
  }
}
