{ "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", "test": "run-p server browser", "server": "http-server -p 8000 --cors", "browser": "open-cli http://localhost:8000" }, "keywords": [ "Bezier", "curves", "tutorial", "article", "primer", "ebook" ], "devDependencies": { "codesurgeon": "file:./lib/custom-element", "canvas": "^2.6.1", "fs-extra": "^9.0.1", "glob": "^7.1.6", "marked": "^1.1.1", "npm-run-all": "^4.1.5", "nunjucks": "^3.2.2", "open": "^7.1.0", "open-cli": "^6.0.1", "prettier": "^2.0.5", "svgo": "^1.3.2" } }