UNPKG

tic2tiled

Version:

A simple commandline converter TiledMapEditor(.tmx) -> TIC-80(.map) and TIC-80(.map) -> TiledMapEditor(.tmx)

38 lines (37 loc) 915 B
{ "name": "tic2tiled", "version": "0.0.2", "description": "A simple commandline converter TiledMapEditor(.tmx) -> TIC-80(.map) and TIC-80(.map) -> TiledMapEditor(.tmx)", "main": "tic2tiled.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "." }, "bin": { "tic2tiled": "./cli.js" }, "repository": { "type": "git", "url": "git+https://github.com/AlRado/TiledMapEditor-TIC-80.git" }, "keywords": [ "tic", "tic-80", "TIC", "TIC-80", "tiled", "TiledMapEditor", "map" ], "author": "AlRado", "contributors": ["darkhole"], "license": "GPL-3.0", "bugs": { "url": "https://github.com/AlRado/TiledMapEditor-TIC-80/issues" }, "homepage": "https://github.com/AlRado/TiledMapEditor-TIC-80#readme", "dependencies": { "xml2js": "^0.4.19", "yargs": "^10.0.3" } }