💡 Add dependencies
This commit is contained in:
parent
dfb8722181
commit
684894cccd
10
package.json
10
package.json
|
@ -6,6 +6,9 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/MattouFP/chaos.git"
|
"url": "git+https://github.com/MattouFP/chaos.git"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"build": "browserify -t [ babelify --presets [ es2015 ] ] scripts/index.js > bundle.js"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"chaos",
|
"chaos",
|
||||||
"fractals",
|
"fractals",
|
||||||
|
@ -16,5 +19,10 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/MattouFP/chaos/issues"
|
"url": "https://github.com/MattouFP/chaos/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/MattouFP/chaos#readme"
|
"homepage": "https://github.com/MattouFP/chaos#readme",
|
||||||
|
"dependencies": {
|
||||||
|
"babel-preset-es2015": "^6.3.13",
|
||||||
|
"babelify": "^7.2.0",
|
||||||
|
"browserify": "^12.0.1"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue