You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/package.json

37 lines
784 B

{
"name": "ml-for-beginners",
"version": "1.0.0",
"description": "Machine Learning for Beginners - A Curriculum",
"main": "index.js",
"scripts": {
"convert": "node_modules/.bin/docsify-to-pdf"
},
"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"
},
"overrides": {
"marked": "^4.3.0",
"json5": "^2.2.3",
"got": "^11.8.5",
"js-yaml": "^4.2.0",
"markdown-link-extractor": "^4.0.3"
}
}