mirror of
https://github.com/braver/programmingfonts.git
synced 2024-11-03 14:31:05 +01:00
27 lines
727 B
JSON
27 lines
727 B
JSON
{
|
|
"name": "programmingfonts",
|
|
"version": "1.0.0",
|
|
"description": "Test drive programming fonts online",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/braver/programmingfonts.git"
|
|
},
|
|
"author": "Koen Lageveen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/braver/programmingfonts/issues"
|
|
},
|
|
"homepage": "https://github.com/braver/programmingfonts#readme",
|
|
"devDependencies": {
|
|
"@rodrigoff/ajv-cli": "^5.2.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"eslint": "^8.43.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-n": "^16.0.0",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"less": "^4.1.3"
|
|
}
|
|
}
|