mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 18:30:57 +02:00
28 lines
748 B
JSON
28 lines
748 B
JSON
{
|
|
"name": "operator-mono-lig",
|
|
"version": "2.2.6",
|
|
"description": "Patch Operator Mono font to include ligatures",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"contributors:add": "all-contributors add",
|
|
"contributors:generate": "all-contributors generate",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "kiliman@gmail.com",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"hash.js": "^1.1.3",
|
|
"npm": "^5.7.1",
|
|
"xml-formatter": "^1.0.1",
|
|
"xmldom": "^0.1.27",
|
|
"xpath": "0.0.24"
|
|
},
|
|
"devDependencies": {
|
|
"all-contributors-cli": "6.8.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.7.0"
|
|
}
|
|
}
|