UNPKG

jenova

Version:

A game of life module that is intended to work both in a server side and client side environment.

36 lines (35 loc) 908 B
{ "name": "jenova", "version": "2.3.0", "description": "A game of life module that is intended to work both in a server side and client side environment.", "main": "index.js", "scripts": { "prepublish": "npm test; npm run lint", "lint": "eslint **/**.js", "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/TheIronDeveloper/jenova.git" }, "keywords": [ "Game of Life", "Conway", "webpack" ], "author": "Tyler Stark <TheIronDeveloper@gmail.com> (http://www.theirondeveloper.com/)", "license": "ISC", "bugs": { "url": "https://github.com/TheIronDeveloper/jenova/issues" }, "homepage": "https://github.com/TheIronDeveloper/jenova", "devDependencies": { "assert": "^1.3.0", "eslint": "^2.8.0", "eslint-config-defaults": "^9.0.0", "mocha": "^2.2.5" }, "dependencies": { "lzutf8": "^0.3.0" } }