scikit-learn
Version:
Node.js wrapper of scikit-learn
42 lines (41 loc) • 924 B
JSON
{
"author": "Konstantin Burykin <burkostya@gmail.com>",
"name": "scikit-learn",
"description": "Node.js wrapper of scikit-learn",
"version": "0.1.0",
"license": "MIT",
"keywords": [
"scikit-learn",
"scikit",
"ml",
"machine learning",
"python"
],
"scripts": {
"test": "mocha"
},
"homepage": "http://github.com/burkostya/scikit-zero",
"repository": "git://github.com:burkostya/scikit-zero.git",
"bugs": "http://github.com/burkostya/scikit-zero/issues",
"main": "index.js",
"engines": {
"node": ">= 0.10.21"
},
"files": [
"lib",
"index.js",
"README.md"
],
"devDependencies": {
"mocha": "~1.14.0",
"chai": "~1.8.1",
"arrayify-merge.s": "^0.1.1",
"inspect-stream": "^0.1.0",
"slice-flow.s": "^0.1.0"
},
"readmeFilename": "README.md",
"dependencies": {
"JSONStream": "^0.8.0",
"streaming-json-stringify": "^1.0.0"
}
}