-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 857 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
36
37
{
"name": "gl-tile-map",
"version": "0.3.0",
"description": "Creates a mip mapped texture atlas from a list of tiles and uploads it to WebGL",
"main": "tilemap.js",
"dependencies": {
"gl-texture2d": "^1.0.1",
"ndarray": "^1.0.11",
"tile-mip-map": "^0.2.1",
"webglew": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/gl-tile-map.git"
},
"keywords": [
"tile",
"map",
"webgl",
"mip",
"map",
"ndarray",
"atlas",
"texture"
],
"author": "Mikola Lysenko",
"license": "MIT",
"gitHead": "0bcf7c45ede219794f240a7c0a20cd02a3161d4b",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mikolalysenko/gl-tile-map/issues"
}
}