mirror of
https://github.com/braver/programmingfonts.git
synced 2024-11-03 14:31:05 +01:00
26 lines
710 B
JSON
26 lines
710 B
JSON
{
|
|
"name": "programmingfonts",
|
|
"version": "1.0.0",
|
|
"description": "Test drive programming fonts online",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "ajv -c ajv-formats -s fonts-schema.json -d fonts.json && cd fonts/stylesheets/ && lessc fonts.less stylesheet.css"
|
|
},
|
|
"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": {
|
|
"ajv-cli": "^5.0.0",
|
|
"ajv-formats": "^2.1.1",
|
|
"lessc": "^1.0.2",
|
|
"rome": "^12.0.0"
|
|
}
|
|
}
|