-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 957 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-atoll-terrain",
"version": "1.0.0",
"description": "An A-Frame WebVR primitive that has a circle of high-resolution terrain near the origin, surrounded by a low-resolution plain that stretches to the horizon",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DougReeder/aframe-atoll-terrain.git"
},
"keywords": [
"terrain",
"landscape",
"sea",
"ocean",
"aframe-component",
"aframe",
"webxr",
"webvr",
"vr"
],
"author": "Doug Reeder <reeder.29@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/DougReeder/aframe-atoll-terrain/issues"
},
"homepage": "https://github.com/DougReeder/aframe-atoll-terrain#readme",
"devDependencies": {
"webpack": "^4.29.6",
"webpack-cli": "^3.3.12",
"webpack-glsl-loader": "^1.0.1"
}
}