package.json 621 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "leader.js.cool",
  3. "version": "3.0.0",
  4. "description": "不可替代的团队领袖培养计划",
  5. "main": "config.js",
  6. "scripts": {
  7. "start": "docsify serve . --port 3456 --open"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+ssh://git@github.com:willin/leader.js.cool.git"
  12. },
  13. "keywords": [
  14. "leader",
  15. "cool",
  16. "jsw2mn"
  17. ],
  18. "author": "Willin Wang",
  19. "license": "MIT",
  20. "bugs": {
  21. "url": "https://coding.net/u/willin/p/leader.js.cool/topic"
  22. },
  23. "homepage": "https://coding.net/u/willin/p/leader.js.cool/git",
  24. "devDependencies": {
  25. "docsify-cli": "^4.1.8"
  26. }
  27. }