-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "glslespreprocessor",
"version": "0.0.9",
"repository": {
"url": "[email protected]:Kuranes/glslesPreprocessor.git",
"type": "git"
},
"scripts": {
"build": "webpack",
"test": "node test/index.js"
},
"description": "Preprocess glsl es (webgl) shader code: lint, minimize, obfuscate and/or optimize",
"keywords": [
"glsl",
"webgl",
"shaders",
"preprocessor",
"minify",
"optimise",
"lint"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Kuranes/glslesPreprocessor/issues"
},
"files": [
"index.js",
"src/",
"test/",
"samples/"
],
"dependencies": {
"webpack": "^4.19.1"
},
"devDependencies": {
"codemirror": "^5.40.0",
"eslint": "^5.6.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-private-variables": "^0.1.2",
"prettier": "^1.14.2",
"tape": "^4.9.1",
"glsl-token-assignments": "^2.0.2"
}
}