chaos/package.json

34 lines
861 B
JSON

{
"name": "chaos",
"version": "1.0.0",
"description": "Plotting fractals with the chaos game",
"repository": {
"type": "git",
"url": "git+https://github.com/matteodelabre/chaos.git"
},
"scripts": {
"build": "browserify -t [ babelify --presets [ es2015 react ] ] scripts/index.js | babel --presets es2015 > bundle.js"
},
"keywords": [
"chaos",
"fractals",
"game"
],
"author": "Mattéo Delabre",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/matteodelabre/chaos/issues"
},
"homepage": "https://github.com/matteodelabre/chaos#readme",
"dependencies": {
"babel-cli": "^6.3.17",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"the-dom": "^0.1.0"
}
}