bifurcation
Version:
Bifurcation number generator
24 lines (23 loc) • 439 B
JSON
{
"name": "bifurcation",
"version": "1.0.11",
"description": "Bifurcation number generator",
"main": "build/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"Bifurcation",
"Chaos-theory",
"Random"
],
"repository": {
"type": "git",
"url": "git+https://github.com/valamidev/bifurcation.git"
},
"author": "Valamidev",
"license": "ISC",
"devDependencies": {
"jest": "^25.1.0"
}
}