programmingfonts/package.json

26 lines
733 B
JSON

{
"name": "programmingfonts",
"version": "1.0.0",
"description": "Test drive programming fonts online",
"main": "index.js",
"scripts": {
"test": "rome check index.js && 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": "^11.0.0"
}
}