game-of-life-es6
Advanced tools
Comparing version 0.1.0 to 0.1.2
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
103
2
21660
5
305