aco-reader
Version:
Transform aco files to JSON format
28 lines (27 loc) • 550 B
JSON
{
"name": "aco-reader",
"version": "1.0.1",
"description": "Transform aco files to JSON format",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"tape": "^4.7.0"
},
"scripts": {
"test": "tape index.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alvaropinot/aco-reader"
},
"keywords": [
"aco",
"reader",
"binary",
"palette",
"adobe",
"color"
],
"author": "Alvaro Pinot <alvaro@neatnait.com> (https://github.com/alvaropinot)",
"license": "MIT"
}