2021-06-17 19:43:56 +03:00
|
|
|
{
|
|
|
|
"name": "ml-for-beginners",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Machine Learning for Beginners - A Curriculum",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-07-17 04:59:53 +03:00
|
|
|
"convert": "node_modules/.bin/docsify-to-pdf"
|
|
|
|
},
|
2021-06-17 19:43:56 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/microsoft/ML-For-Beginners.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"machine",
|
|
|
|
"learning",
|
|
|
|
"ml",
|
|
|
|
"ai",
|
|
|
|
"curriculum"
|
|
|
|
],
|
|
|
|
"author": "Jen Looper and team",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/microsoft/ML-For-Beginners/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/microsoft/ML-For-Beginners#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"docsify-to-pdf": "0.0.5"
|
|
|
|
}
|
|
|
|
}
|