mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"name": "operator-mono-lig",
|
|
"version": "1.0.0",
|
|
"description": "Patch Operator Mono font to include ligatures",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "kiliman@gmail.com",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bluebird": "^3.5.0",
|
|
"xml-formatter": "^1.0.1",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.24"
|
|
}
|
|
}
|