-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.07 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
{
"name": "rayglider",
"version": "0.1.0",
"description": "May the Boom be with you",
"main": "./index.js",
"local-web-server": {
"port": 8100,
"forbid": "*.json"
},
"scripts": {
"dist": "webpack --mode=development index.js -o dist/rayglider.js",
"server": "ws --https"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wizgrav/rayglider.git"
},
"keywords": [
"glsl",
"sandbox",
"framework",
"editor",
"game",
"music",
"audio",
"reactive",
"webgl",
"shader",
"clubber",
"midi",
"boom"
],
"author": "Yannis Gravezas <wizgrav@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wizgrav/rayglider/issues"
},
"homepage": "https://github.com/wizgrav/rayglider#readme",
"dependencies": {
"twgl.js": "^4.4.0",
"glsl-transpiler": "^1.5.8",
"codemirror": "^5.37.0",
"clubber": "^1.7.1",
"precedence-maps": "^0.1.3"
},
"devDependencies": {
"local-web-server": "^2.5.2",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}