chaos/package.json

34 lines
861 B
JSON
Raw Normal View History

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