UNPKG

602 BJSONView Raw
1{
2 "name": "ase-parser",
3 "version": "0.0.17",
4 "description": "Parser for Aseprite files",
5 "main": "Aseprite.js",
6 "typings": "./typings/Aseprite.d.ts",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/TheCyberRonin/ase-parser.git"
13 },
14 "keywords": [
15 "Aseprite",
16 "parser",
17 "ase"
18 ],
19 "author": "cyberronin",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/TheCyberRonin/ase-parser/issues"
23 },
24 "homepage": "https://github.com/TheCyberRonin/ase-parser#readme"
25}