38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "glsl-token-properties",
|
||
|
"version": "1.0.1",
|
||
|
"description": "Takes an array of GLSL tokens and determines whether or not they're a property of another identifier",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test": "npm run test:node && npm run test:browser",
|
||
|
"test:node": "node test | tap-spec",
|
||
|
"test:browser": "browserify test | tap-closer | smokestack | tap-spec"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Hugh Kennedy",
|
||
|
"email": "hughskennedy@gmail.com",
|
||
|
"url": "http://hughsk.io/"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"browserify": "^8.0.3",
|
||
|
"glsl-tokenizer": "^2.0.0",
|
||
|
"smokestack": "^3.0.0",
|
||
|
"tap-closer": "^1.0.0",
|
||
|
"tap-spec": "^2.1.2",
|
||
|
"tape": "^3.0.3"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/stackgl/glsl-token-properties.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ecosystem:stackgl"
|
||
|
],
|
||
|
"homepage": "https://github.com/stackgl/glsl-token-properties",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stackgl/glsl-token-properties/issues"
|
||
|
}
|
||
|
}
|