programmingfonts/package.json

24 lines
643 B
JSON

{
"name": "programmingfonts",
"version": "1.0.0",
"description": "Test drive programming fonts online",
"main": "index.js",
"scripts": {
"test": "ajv -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": "^3.0.0",
"lessc": "^1.0.2"
}
}