Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

game-of-life-es6

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

game-of-life-es6 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

8

package.json

@@ -5,3 +5,3 @@ {

"description": "Conway's Game of life - ES6 JavaScript algorithm implementation",
"version": "0.1.0",
"version": "0.1.2",
"author": "gziolo",

@@ -52,3 +52,7 @@ "main": "./dist/bundle.js",

},
"license": "MIT"
"license": "MIT",
"files": [
"dist",
"example"
]
}

@@ -5,2 +5,10 @@ Conway's Game of life [![Build Status](https://travis-ci.org/gziolo/game-of-life-es6.png?branch=master)](https://travis-ci.org/gziolo/game-of-life-es6)

## Installation
You can install *Game of life* using npm:
```
npm install -g game-of-life-es6
```
## Rules ##

@@ -42,4 +50,6 @@

## Requirements
## Contributing
### Requirements
- Node 0.12.x or io.js 1.x

@@ -49,3 +59,3 @@ - grunt-cli: run npm install -g grunt-cli if needed.

## Grunt tasks
### Grunt tasks

@@ -52,0 +62,0 @@ - `grunt dependencies` - helps to update package.json file

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc