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