-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
33 lines (33 loc) · 978 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
{
"name": "TiledMapBuilder",
"version": "0.9.5",
"title": "Crafty Tiled Map Builder",
"author": {
"name": "Tomas Jurman",
"url": "http://tomasjurman.blogspot.cz/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"description": "Component for building a orthogonal, isometric diamond and isometric staggered tiled map based on JSON file exported from Tiled Map Editor (http://www.mapeditor.org/).",
"keywords": [
"map builder",
"tiled map",
"tile",
"Crafty",
"javascript"
],
"jsfiddle" : "disable",
"homepage": "https://github.com/Kibo/TiledMapBuilder",
"files": [
"WebContent/tiledmapbuilder.js",
"WebContent/modules/create_mocks_module.js"
]
}