package.json 741 B

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