{ "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.1.0", "lessc": "^1.0.2" } }