-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 828 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
33
{
"name": "glsl-shader-loader",
"description": "A static shader source bundler for WebGL program, provide a possibility for management shader source by creating separate files.",
"author": "Migaloo <[email protected]>",
"version": "0.1.5",
"keywords": [
"glsl",
"shader",
"webgl",
"module",
"component",
"webpack",
"loader",
"import"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "webpack --config ./test/webpack.test.js",
"dev": "node --inspect=9047 ./test/webpack.debug.js"
},
"repository": {
"type": "git",
"url": "https://github.com/migalooo/glsl-shader-loader.git"
},
"bugs": {
"url": "https://github.com/migalooo/glsl-shader-loader/issues"
},
"dependencies": {
"glsl-man": "^1.1.14",
"loader-utils": "^1.1.0"
}
}