forked from mleveck/Crafty-Tiled-Map-Importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 849 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
{
"name": "TiledLevel",
"version": "0.1.4",
"title": "Crafty Tiled Map Importer",
"author": {
"name": "Matt LeVeck",
"url": "none"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"description": "This is a level importer that takes in json files generated by Tiled Map Editor (http://mapeditor.org). You must first export your map/level to json format using command E in Tiled Map Editor. Call Crafty.e(TileLevel).level(YOURLEVEL.json). Requires jquery",
"keywords": [
"Level Importer",
"Map Importer",
"Crafty",
"javascript"
],
"jsfiddle" : "disable",
"homepage": "https://github.com/mleveck/Crafty-Tiled-Map-Importer",
"files": ["TiledLevelImporter.js"]
}