Delete package.json

pull/670/head
Harphuna 3 years ago committed by GitHub
parent 0d895b484c
commit 29cd0ff86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,28 +0,0 @@
{
"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"
}
}
Loading…
Cancel
Save