use-game-of-life
Version:
An easy to use custom react hook implementation gives anyone the power to hook on to the game of life.
26 lines (25 loc) • 596 B
JSON
{
"name": "use-game-of-life-example",
"homepage": "https://nateshmbhat.github.io/use-game-of-life",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"react": "file:../node_modules/react",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.1",
"use-game-of-life": "file:.."
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}