-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
52 lines (52 loc) · 1.25 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
45
46
47
48
49
50
51
52
{
"name": "glslify-loader",
"version": "2.0.0",
"description": "glslify loader module for webpack",
"main": "glslify-loader.js",
"license": "MIT",
"scripts": {
"test": "npm run tape --silent",
"tape": "tape test/index.js | tap-spec",
"example": "webpack-serve ./example/webpack.config.js"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"files": [],
"dependencies": {
"glslify-bundle": "^5.0.0",
"glslify-deps": "^1.3.0",
"loader-utils": "^1.1.0",
"resolve": "^1.3.3"
},
"devDependencies": {
"glsl-aastep": "^1.0.1",
"glsl-noise": "^0.0.0",
"glslify-fancy-imports": "^1.0.1",
"glslify-hex": "^2.1.1",
"memory-fs": "^0.4.1",
"raw-loader": "^0.5.1",
"regl": "^1.3.6",
"require-from-string": "^2.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.0",
"webpack": "^4.1.0",
"webpack-serve": "^1.0.4"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glslify-loader.git"
},
"keywords": [
"ecosystem:stackgl"
],
"homepage": "https://github.com/stackgl/glslify-loader",
"bugs": {
"url": "https://github.com/stackgl/glslify-loader/issues"
},
"engines": {
"node": ">=6"
}
}