data-science-for-beginners/package.json

30 lines
666 B
JSON
Raw Normal View History

2021-07-15 05:22:20 +08:00
{
2021-08-19 04:42:36 +08:00
"name": "ds-for-beginners",
2021-07-15 05:22:20 +08:00
"version": "1.0.0",
2021-08-19 04:42:36 +08:00
"description": "Data Science for Beginners - A Curriculum",
2021-07-15 05:22:20 +08:00
"main": "index.js",
"scripts": {
2021-08-11 04:19:33 +08:00
"convert": "node_modules/.bin/docsify-to-pdf"
},
2021-07-15 05:22:20 +08:00
"repository": {
"type": "git",
2021-08-19 04:42:36 +08:00
"url": "git+https://github.com/microsoft/Data-Science-For-Beginners.git"
2021-07-15 05:22:20 +08:00
},
"keywords": [
"machine",
"learning",
"ml",
"ai",
"curriculum"
],
"author": "Jen Looper and team",
"license": "MIT",
"bugs": {
2021-08-19 04:42:36 +08:00
"url": "https://github.com/microsoft/Data-Science-For-Beginners/issues"
2021-07-15 05:22:20 +08:00
},
2021-08-19 04:42:36 +08:00
"homepage": "https://github.com/microsoft/Data-Science-For-Beginners#readme",
2021-07-15 05:22:20 +08:00
"devDependencies": {
"docsify-to-pdf": "0.0.5"
}
}