package.json 649 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "web-dev-for-beginners",
  3. "version": "1.0.0",
  4. "description": "Web Dev for Beginners - A Curriculum",
  5. "main": "index.js",
  6. "scripts": {
  7. "convert": "node_modules/.bin/docsify-to-pdf"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/microsoft/Web-Dev-For-Beginners.git"
  12. },
  13. "keywords": [
  14. "web",
  15. "dev",
  16. "development",
  17. "curriculum"
  18. ],
  19. "author": "Microsoft Cloud Advocates",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/microsoft/Web-Dev-For-Beginners/issues"
  23. },
  24. "homepage": "https://github.com/microsoft/Web-Dev-For-Beginners#readme",
  25. "devDependencies": {
  26. "docsify-to-pdf": "0.0.5"
  27. }
  28. }