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.
29 lines
643 B
29 lines
643 B
{
|
|
"name": "web-dev-for-beginners",
|
|
"version": "1.0.0",
|
|
"description": "Web Dev for Beginners - A Curriculum",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"convert": "node_modules/.bin/docsify-to-pdf"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/Web-Dev-For-Beginners.git"
|
|
},
|
|
"keywords": [
|
|
"web",
|
|
"dev",
|
|
"development",
|
|
"curriculum"
|
|
],
|
|
"author": "Jen Looper and team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/Web-Dev-For-Beginners/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/Web-Dev-For-Beginners#readme",
|
|
"devDependencies": {
|
|
"docsify-to-pdf": "0.0.5"
|
|
}
|
|
}
|