package.json 795 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "leader.js.cool",
  3. "version": "3.1.1",
  4. "description": "不可替代的团队领袖培养计划",
  5. "main": "config.js",
  6. "scripts": {
  7. "start": "docsify serve . --port 3456 --open",
  8. "postinstall": "opencollective-postinstall"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+ssh://git@github.com:willin/leader.js.cool.git"
  13. },
  14. "keywords": [
  15. "leader",
  16. "cool",
  17. "js",
  18. "w2mn"
  19. ],
  20. "author": "Willin Wang",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/willin/leader.js.cool/issues"
  24. },
  25. "homepage": "https://leader.js.cool/",
  26. "devDependencies": {
  27. "docsify-cli": "^4.1.8",
  28. "opencollective-postinstall": "^2.0.2"
  29. },
  30. "collective": {
  31. "type": "opencollective",
  32. "url": "https://opencollective.com/leader"
  33. }
  34. }