kage.json
Version:
parse KAGE format to JSON for future use
36 lines (35 loc) • 777 B
JSON
{
"name": "kage.json",
"version": "0.0.1",
"description": "parse KAGE format to JSON for future use",
"main": "index.js",
"scripts": {
"build": "./node_modules/.bin/lsc -bc src -o ./lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/g0v/kage.json.git"
},
"keywords": [
"KAGE",
"font",
"IDS",
"IDC"
],
"author": "caasi Huang",
"contributors": [
"Yuan Hsiang Cheng <lyforever62@hotmail.com>"
],
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/g0v/kage.json/issues"
},
"homepage": "https://github.com/g0v/kage.json",
"dependencies": {
"prelude-ls": "^1.1.1"
},
"devDependencies": {
"LiveScript": "^1.3.1"
}
}