UNPKG

greataptic

Version:

A simplistic neural network library.

45 lines (44 loc) 1.27 kB
{ "name": "greataptic", "version": "1.0.0-pre2", "description": "A simplistic neural network library.", "main": "index.js", "types": "./greataptic.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx babel src -d dist -s && npx browserify -d -r ./dist/index.js:greataptic -o browser/greataptic.js", "prepublish": "yarn run build" }, "keywords": [ "neural", "network", "neural-network", "genetic", "genetic-algorithm", "library", "machine-learning", "simple", "simplistic", "spiking" ], "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "@babel/preset-flow": "^7.0.0", "babel-preset-minify": "^0.5.1", "browserify": "^16.2.3", "flow-bin": "^0.108.0", "yarn": "^1.17.3" }, "repository": { "type": "git", "url": "git://gitlab.com/Gustavo6046/greataptic.git" }, "author": "Gustavo R. Rehermann (Gustavo6046)", "license": "MIT", "dependencies": { "an-array-of-english-words": "^1.3.1", "shuffle-array": "^1.0.1" } }