brainjs
Version:
Neural network library
31 lines (30 loc) • 972 B
JSON
{
"name": "brainjs",
"description": "Neural network library",
"version": "0.7.4",
"contributors": [{ "name" : "Heather Arthur", "email" : "fayearthur@gmail.com"}, { "name" : "Brian Bosak", "email" :"brielcccc@gmail.com"}],
"repository": {
"type": "git",
"url": "https://github.com/IDWMaster/brain.git"
},
"scripts": {
"test-unit": "mocha test/unit",
"test-cv": "mocha test/cross-validation --timeout 10000",
"test": "npm run test-unit && npm run test-cv"
},
"main": "./lib/brain",
"dependencies": {
"underscore": ">=1.5.1",
"inherits": "~2.0.1"
},
"devDependencies": {
"mocha": ">=1.0.0",
"canvas": ">=0.10.0",
"grunt": "~0.4.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-mocha-test": "~0.11.0",
"browserify": "~3.32.0"
},
"keywords": ["neural network", "classifier", "machine learning"],
"license" : "MIT"
}