genetic-js-no-ww
Version:
Advanced genetic and evolutionary algorithm library (no web workers fork)
30 lines (29 loc) • 665 B
JSON
{
"name": "genetic-js-no-ww",
"version": "0.2.1",
"description": "Advanced genetic and evolutionary algorithm library (no web workers fork)",
"main": "lib/genetic.js",
"scripts": {
"test": "make check"
},
"repository": {
"type": "git",
"url": "git://github.com/framp/genetic-js"
},
"bugs": {
"url": "https://github.com/framp/genetic-js/issues"
},
"keywords": [
"genetic",
"evolution",
"algorithm"
],
"author": "Federico Rampazzo <frampone@gmail.com>",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"browserify": "~5.10.0",
"uglify-js": "~2.4.15",
"mocha": "~1.21.4"
}
}