package.json 632 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "leader",
  3. "version": "2.0.0",
  4. "description": "不可替代的团队领袖培养计划",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "./cmd",
  8. "test": "node_modules/.bin/gitbook serve"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+ssh://git@git.coding.net/willin/leader.js.cool.git"
  13. },
  14. "keywords": [
  15. "leader",
  16. "cool",
  17. "jsw2mn"
  18. ],
  19. "author": "Willin Wang",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://coding.net/u/willin/p/leader.js.cool/topic"
  23. },
  24. "homepage": "https://coding.net/u/willin/p/leader.js.cool/git",
  25. "dependencies": {
  26. "gitbook-cli": "^2.2.0"
  27. }
  28. }