1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-22 08:33:21 +01:00
BezierInfo-2/package.json

35 lines
719 B
JSON
Raw Normal View History

2015-12-20 15:19:50 -08:00
{
"name": "bezierinfo",
2020-08-03 18:27:33 -07:00
"version": "3.0.0",
2015-12-20 15:19:50 -08:00
"description": "pomax.github.io/bezierinfo",
2017-04-15 12:21:12 -07:00
"author": "Pomax",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://pomax.github.io/bezierinfo",
2015-12-20 15:19:50 -08:00
"repository": {
"type": "git",
"url": "git+https://github.com/Pomax/bezierinfo.git"
},
2017-04-15 12:21:12 -07:00
"bugs": {
"url": "https://github.com/Pomax/bezierinfo/issues"
},
2020-08-04 11:10:57 -07:00
"scripts": {
"start": "node ./tools/build.js"
},
2015-12-20 15:19:50 -08:00
"keywords": [
"Bezier",
"curves",
"tutorial",
"article",
2017-04-15 12:21:12 -07:00
"primer",
"ebook"
2015-12-20 15:19:50 -08:00
],
"devDependencies": {
2020-08-03 18:27:33 -07:00
"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"
2015-12-20 15:19:50 -08:00
}
}