mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-02-21 08:02:28 +01:00
36 lines
743 B
JSON
36 lines
743 B
JSON
{
|
|
"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": {
|
|
"canvas": "^2.6.1",
|
|
"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"
|
|
}
|
|
}
|