-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 925 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
34
35
{
"name": "glslify-resolve-remote",
"version": "2.1.0",
"description": "A replacement resolver function for glslify that lets you automatically pull in GLSL modules from npm",
"main": "index.js",
"license": "MIT",
"scripts": {},
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
"dependencies": {
"findup": "^0.1.5",
"glsl-resolve": "0.0.1",
"npmdl": "^1.0.1",
"read-package-json": "^1.2.4",
"request": "^2.39.0",
"semver": "^4.3.4"
},
"devDependencies": {
"glslify-bundle": "^2.0.1",
"glslify-deps": "^1.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/stackgl/glslify-resolve-remote.git"
},
"keywords": [
"glsl",
"glslify",
"stackgl",
"webgl"
],
"homepage": "https://github.com/stackgl/glslify-resolve-remote",
"bugs": {
"url": "https://github.com/stackgl/glslify-resolve-remote/issues"
}
}