{ "name": "bezierinfo", "version": "1.0.0", "description": "pomax.github.io/bezierinfo", "scripts": { "localize": "node make-locales", "build": "npm run localize && npm run less && webpack -p", "dev": "npm run localize && npm run less && webpack-dev-server --progress --colors --hot --inline", "latex": "node tools/mathjax", "less": "lessc stylesheets/style.less > stylesheets/style.css", "singles": "npm run dev -- --singles", "start": "npm run dev", "style": "webpack --jscs", "svgo": "svgo" }, "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", "devDependencies": { "babel-core": "^6.3.17", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-register": "^6.4.3", "bezier-js": "^2.0.0", "block-loader": "^2.0.0", "chroma-js": "^1.1.1", "css-loader": "^0.23.0", "eslint": "^1.10.3", "eslint-loader": "^1.6.0", "eslint-plugin-react": "^6.9.0", "file-loader": "^0.8.5", "fs-extra": "^0.26.7", "history": "^1.17.0", "html-entities": "^1.2.0", "image-size": "^0.4.0", "jsmin": "^1.0.1", "json-loader": "^0.5.4", "json-stringify-safe": "^5.0.1", "less": "^2.5.3", "less-loader": "^2.2.2", "less-watch-compiler": "^1.1.4", "markdown": "^0.5.0", "markdown-it": "^8.2.2", "marked": "^0.3.6", "mathjax-node": "^0.4.0", "pirates": "^2.1.0", "raw-loader": "^0.5.1", "react": "^15.0.0", "react-component-visibility": "0.0.8", "react-dom": "^15.0.0", "react-router": "^1.0.3", "sha1": "^1.1.1", "showdown": "^1.6.4", "style-loader": "^0.13.0", "svgo": "^0.6.6", "uglify-loader": "^1.3.0", "webpack": "^2.0.0", "webpack-dev-server": "^2.0.0" } }