-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c23d20f
commit b10b495
Showing
3 changed files
with
994 additions
and
1,603 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,30 @@ | ||
{ | ||
|
||
"name": "ml", | ||
|
||
"version": "0.8.1", | ||
|
||
"main": [ | ||
|
||
|
||
"dist/ml.js", | ||
|
||
|
||
"dist/ml.min.js" | ||
|
||
], | ||
|
||
"homepage": "https://github.com/mljs/ml", | ||
|
||
"authors": [ | ||
|
||
|
||
"Michaël Zasso" | ||
|
||
], | ||
|
||
"description": "Machine learning tools", | ||
|
||
"moduleType": [ | ||
|
||
|
||
"amd", | ||
|
||
|
||
"globals", | ||
|
||
|
||
"node" | ||
|
||
], | ||
|
||
"keywords": [ | ||
|
||
|
||
"machine", | ||
|
||
|
||
"learning", | ||
|
||
|
||
"data", | ||
|
||
|
||
"mining", | ||
|
||
|
||
"datamining" | ||
|
||
], | ||
|
||
"license": "MIT", | ||
|
||
"ignore": [ | ||
|
||
|
||
"/*", | ||
|
||
|
||
"!dist/*" | ||
|
||
] | ||
} | ||
"name": "ml", | ||
"version": "0.8.2", | ||
"main": [ | ||
"dist/ml.js", | ||
"dist/ml.min.js" | ||
], | ||
"homepage": "https://github.com/mljs/ml", | ||
"authors": [ | ||
"Michaël Zasso" | ||
], | ||
"description": "Machine learning tools", | ||
"moduleType": [ | ||
"amd", | ||
"globals", | ||
"node" | ||
], | ||
"keywords": [ | ||
"machine", | ||
"learning", | ||
"data", | ||
"mining", | ||
"datamining" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"/*", | ||
"!dist/*" | ||
] | ||
} |
Oops, something went wrong.