-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 946 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": "aframe-shader-buildings",
"version": "2.0.1",
"description": "An A-Frame WebVR component for cheaply creating thousands of boxy buildings.",
"scripts": {
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DougReeder/aframe-shader-buildings.git"
},
"keywords": [
"buildings",
"cheap",
"shader",
"aframe-component",
"aframe",
"webxr",
"webvr",
"vr"
],
"author": "Doug Reeder <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DougReeder/aframe-shader-buildings/issues"
},
"homepage": "https://github.com/DougReeder/aframe-shader-buildings#readme",
"devDependencies": {
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-glsl-loader": "^1.0.1"
}
}