-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "systemjs-glsl-plugin",
"version": "0.1.0",
"description": "Loader plugin to let jspm/systemjs use glsl shaders as javascript modules",
"main": "glsl.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuasoFoundries/systemjs-glsl-plugin.git"
},
"keywords": [
"glsl",
"opengl",
"javascript",
"es6",
"systemjs",
"three.js",
"jspm"
],
"author": "Felipe Figueroa",
"license": "MIT",
"bugs": {
"url": "https://github.com/HuasoFoundries/systemjs-glsl-plugin/issues"
},
"homepage": "https://github.com/HuasoFoundries/systemjs-glsl-plugin#readme",
"devDependencies": {
"jspm": "^0.17.0-beta.24"
},
"jspm": {
"name": "systemjs-glsl-plugin",
"main": "glsl.js",
"dependencies": {},
"format": "esm",
"devDependencies": {
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.17"
}
},
"dependencies": {
"jspm": "^0.17.0-beta.32"
}
}