-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 904 Bytes
/
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
{
"name": "shader-compiler",
"version": "1.0.9",
"description": "Preprocess and format the shader code",
"main": "dist/shaderCompiler.bundle.js",
"keywords":["shader", "preprocess", "compiler", "glsl"],
"dependencies": {
"events": "^3.0.0",
"glsl-man": "^1.1.14",
"js-beautify": "^1.7.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"scripts": {
"dev": "webpack -w --env.development",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"runkitExampleFilename":"demo/runkit.js",
"author": "06wj",
"license": "MIT"
}