assetsm
Version:
Assets Manager. Tilemaps, tilesets, images and audio files loading and managing.
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "assetsm",
"version": "0.2.0",
"description": "Assets Manager. Tilemaps, tilesets, images and audio files loading and managing.",
"main": "dist/assetsm.min.js",
"scripts": {
"start": "npx http-server -c-1 -o ./examples",
"minify": "npx terser ./src/AssetsManager.js --compress ecma=6 -m -o ./dist/assetsm.min.js"
},
"publishConfig":{
"registry": "https://registry.npmjs.org"
},
"type": "module",
"engines": {
"node": ">= v13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ALapinskas/assetsm.git"
},
"keywords": [
"tilemap",
"tileset",
"tiled",
"image",
"audio",
"assets",
"loader",
"manager",
"tmj",
"tsj",
"xmlAtlas"
],
"author": "Arturas-Alfredas Lapinskas",
"license": "MIT",
"bugs": {
"url": "https://github.com/ALapinskas/assetsm/issues"
},
"homepage": "https://github.com/ALapinskas/assetsm#readme",
"devDependencies": {
"http-server": "14.1.1",
"terser": "5.16.9"
}
}