forked from IceCreamYou/THREE.Terrain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "three.terrain.js",
"version": "1.5.0",
"description": "Extends the Three.js web-based 3D graphics framework to support generating random terrains and rendering terrain from predetermined heightmaps.",
"homepage": "https://github.com/IceCreamYou/THREE.Terrain",
"bugs": "https://github.com/IceCreamYou/THREE.Terrain/issues",
"main": "build/THREE.Terrain.min.js",
"directories": {
"lib": "build",
"example": "demo"
},
"repository": {
"type": "git",
"url": "git://github.com/IceCreamYou/THREE.Terrain.git"
},
"keywords": [
"THREE",
"three.js",
"terrain",
"land",
"DiamondSquare",
"random",
"generator"
],
"author": "Isaac Sukin (http://www.isaacsukin.com/)",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-jscs": "~2.1.0",
"grunt-contrib-watch": "^0.6.1"
}
}