ase-parser-slices
Version:
Parser for Aseprite files
26 lines (25 loc) • 609 B
JSON
{
"name": "ase-parser-slices",
"version": "0.0.13",
"description": "Parser for Aseprite files",
"main": "Aseprite.js",
"typings": "./typings/Aseprite.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCyberRonin/ase-parser.git"
},
"keywords": [
"Aseprite",
"parser",
"ase"
],
"author": "cyberronin",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheCyberRonin/ase-parser/issues"
},
"homepage": "https://github.com/TheCyberRonin/ase-parser#readme"
}