forked from glslify/glslify-loader
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 710 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 710 Bytes
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
{
"name": "glslify-loader",
"version": "1.0.2",
"description": "glslify loader module for webpack",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --colors",
"bundle": "webpack"
},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {
"glslify": "^5.0.1"
},
"devDependencies": {},
"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"
}
}