mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-01-18 06:08:20 +01:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "bezierinfo",
|
|
"version": "1.0.0",
|
|
"description": "pomax.github.io/bezierinfo",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --prod",
|
|
"start": "webpack-dev-server --progress --colors --hot --inline",
|
|
"latex": "node tools/mathjax"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Pomax/bezierinfo.git"
|
|
},
|
|
"keywords": [
|
|
"Bezier",
|
|
"curves",
|
|
"tutorial",
|
|
"article",
|
|
"primer"
|
|
],
|
|
"author": "Pomax",
|
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
"bugs": {
|
|
"url": "https://github.com/Pomax/bezierinfo/issues"
|
|
},
|
|
"homepage": "https://github.com/Pomax/bezierinfo#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"babel-core": "^6.3.17",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"bezier-js": "^1.0.10",
|
|
"chroma-js": "^1.1.1",
|
|
"css-loader": "^0.23.0",
|
|
"file-loader": "^0.8.5",
|
|
"jsmin": "^1.0.1",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"less": "^2.5.3",
|
|
"less-loader": "^2.2.2",
|
|
"less-watch-compiler": "^1.1.4",
|
|
"mathjax-node": "^0.4.0",
|
|
"raw-loader": "^0.5.1",
|
|
"react": "^0.14.3",
|
|
"react-component-visibility": "0.0.8",
|
|
"react-dom": "^0.14.3",
|
|
"sha1": "^1.1.1",
|
|
"style-loader": "^0.13.0",
|
|
"uglify-loader": "^1.3.0",
|
|
"webpack": "^1.12.9",
|
|
"webpack-dev-server": "^1.14.0"
|
|
}
|
|
}
|