Files
operator-mono-lig/package.json
T
2019-07-24 09:57:20 -04:00

25 lines
605 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": {
"hash.js": "^1.1.3",
"npm": "^5.7.1",
"xml-formatter": "^1.0.1",
"xmldom": "^0.1.27",
"xpath": "0.0.24"
},
"devDependencies": {
"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"
}
}