golicons
Version:
32 lines (31 loc) • 666 B
JSON
{
"name": "golicons",
"version": "0.6.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anderspitman/golicons.git"
},
"keywords": [
"GOL",
"Game of Life",
"Life",
"Conway",
"automaton"
],
"author": "Anders Pitman",
"license": "MIT",
"bugs": {
"url": "https://github.com/anderspitman/golicons/issues"
},
"homepage": "https://github.com/anderspitman/golicons#readme",
"devDependencies": {
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {}
}