chaos/package.json

32 lines
756 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",
"url": "git+https://github.com/MattouFP/chaos.git"
},
2015-12-11 23:37:10 +00:00
"scripts": {
2015-12-21 22:50:48 +00:00
"build": "browserify -t [ babelify --presets [ es2015 ] ] 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": {
"url": "https://github.com/MattouFP/chaos/issues"
},
2015-12-11 23:37:10 +00:00
"homepage": "https://github.com/MattouFP/chaos#readme",
"dependencies": {
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
2015-12-21 22:50:48 +00:00
"babel-cli": "^6.3.17",
2015-12-21 22:37:34 +00:00
"browserify": "^12.0.1",
2015-12-21 22:50:48 +00:00
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
}