ase-util
Version:
Utility library to handle Adobe Swatch Exchange (ASE) files
38 lines (37 loc) • 864 B
JSON
{
"name": "ase-util",
"version": "1.0.3",
"description": "Utility library to handle Adobe Swatch Exchange (ASE) files",
"main": "lib/index.js",
"bin": {
"asedump": "./bin/asedump",
"ase2clr": "./bin/ase2clr"
},
"devDependencies": {
"eslint": "^6.3.0",
"istanbul": "^0.4.5",
"mocha": "^6.2.0"
},
"scripts": {
"lint": "eslint bin/* test/**.js lib/**.js",
"test": "mocha",
"test:watch": "mocha -w",
"test:coverage": "istanbul cover _mocha"
},
"keywords": [
"ase",
"colors",
"decode"
],
"author": "Diego Fernandez <diegof79@gmail.com> (https://github.com/dfernandez79)",
"license": "MIT",
"dependencies": {
"iconv-lite": "^0.5.0",
"lodash": "^4.17.15",
"yargs": "^14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dfernandez79/ase-util.git"
}
}