-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 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
{
"name": "glslangjs",
"version": "1.0.0",
"description": "Real-time GLSL to SPIR-V, powered by Glslang",
"author": "Alexandro Sanchez Bach <alexaltea123@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/AlexAltea/glslang.js.git"
},
"dependencies": {
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "~0.4.6",
"grunt-typescript": "~0.4.4",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0",
"typescript": "~1.3.0"
},
"bugs": {
"url": "https://github.com/AlexAltea/glslang.js/issues"
},
"private": true
}