{ "name": "bezierinfo", "version": "3.0.0", "description": "pomax.github.io/bezierinfo", "author": "Pomax", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://pomax.github.io/bezierinfo", "repository": { "type": "git", "url": "git+https://github.com/Pomax/bezierinfo.git" }, "bugs": { "url": "https://github.com/Pomax/bezierinfo/issues" }, "scripts": { "start": "node ./tools/build.js" }, "keywords": [ "Bezier", "curves", "tutorial", "article", "primer", "ebook" ], "devDependencies": { "fs-extra": "^9.0.1", "glob": "^7.1.6", "marked": "^1.1.1", "nunjucks": "^3.2.2", "prettier": "^2.0.5", "svgo": "^1.3.2" } }