chaos/package.json

29 lines
674 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": {
"build": "browserify -t [ babelify --presets [ es2015 ] ] scripts/index.js > bundle.js"
},
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",
"browserify": "^12.0.1"
}
2015-12-11 23:36:52 +00:00
}