UNPKG

ixjs-evolution

Version:

A set of evolutionary search algorithms done through IxJS

31 lines (30 loc) 660 B
{ "name": "ixjs-evolution", "version": "0.0.3", "description": "A set of evolutionary search algorithms done through IxJS", "main": "evolution.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/primeagen/ixjs-evolution" }, "keywords": [ "ixjs", "ix", "ai", "evolution" ], "author": [ "Michael Paulson <michael.b.paulson@gmail.com>", "Brent Echols" ], "dependencies": { "lodash": "*", "ix": "*" }, "license": "MIT", "readmeFilename": "README.md", "gitHead": "f39d1c2d6bb8955cd060b6bfcccedfd6147013b7" }