You've already forked dynamic-badges-action
19 lines
375 B
JSON
19 lines
375 B
JSON
|
|
{
|
||
|
|
"name": "anafanafo",
|
||
|
|
"version": "2.0.0",
|
||
|
|
"repository": "metabolize/anafanafo",
|
||
|
|
"description": "Compute text width in Verdana",
|
||
|
|
"scripts": {
|
||
|
|
"test": "../../node_modules/.bin/mocha test.js"
|
||
|
|
},
|
||
|
|
"author": "Metabolize",
|
||
|
|
"license": "MIT",
|
||
|
|
"dependencies": {
|
||
|
|
"char-width-table-consumer": "^1.0.0"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"data/*.json"
|
||
|
|
]
|
||
|
|
}
|