1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-21 08:02:28 +01:00
BezierInfo-2/package.json
2020-08-16 08:52:50 -07:00

50 lines
1.3 KiB
JSON

{
"name": "bezierinfo",
"type": "module",
"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-2.git"
},
"bugs": {
"url": "https://github.com/Pomax/BezierInfo-2/issues"
},
"scripts": {
"start": "rm -f .timing && run-s time lint:* build time && rm -f .timing",
"test": "run-p watch server browser",
"---": "---",
"browser": "open-cli http://localhost:8000",
"build": "node ./tools/build.js",
"lint:tools": "prettier ./tools --write",
"lint:lib": "prettier ./lib --write",
"server": "http-server -p 8000 --cors",
"watch": "chokidar \"**/*.md\" -c \"npm start\"",
"time": "node ./mark.js"
},
"keywords": [
"Bezier",
"curves",
"tutorial",
"article",
"primer",
"ebook"
],
"devDependencies": {
"canvas": "^2.6.1",
"chokidar-cli": "^2.1.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"http-server": "^0.12.3",
"marked": "^1.1.1",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.2",
"open-cli": "^6.0.1",
"prettier": "^2.0.5",
"svgo": "^1.3.2"
}
}