novabrain
Version:
Neural network library for NodeJS and browser
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "novabrain",
"version": "0.8.7",
"id": "novabrain",
"_id": "novabrain@0.8.7",
"_from": "novabrain@*",
"description": "Neural network library for NodeJS and browser",
"keywords": [
"perceptron",
"multilayer",
"neural network",
"brain",
"backprop",
"back propagation",
"classifier",
"machine learning",
"artificial intelligence"
],
"license": "MIT",
"author": "François Mathey <fmathey81@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:fmathey/novabrain.git",
"web": "https://github.com/fmathey/novabrain"
},
"bugs": {
"url": "https://github.com/fmathey/novabrain/issues"
},
"devDependencies": {
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"mocha": "^3.2.0",
"webpack": "^1.12.2"
},
"dependencies": {},
"directories": {
"lib": "./source"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"engines": {
"node": ">=4.1.1"
},
"readmeFilename": "README.md"
}