package.json 602 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "w2mn",
  3. "version": "1.0.0",
  4. "description": "百万富翁之路",
  5. "main": "index.js",
  6. "scripts": {
  7. "start": "sh deploy.sh",
  8. "test": "node_modules/.bin/gitbook serve"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+ssh://git@git.coding.net/willin/w2mn.git"
  13. },
  14. "keywords": [
  15. "money",
  16. "cool",
  17. "w2mn",
  18. "millionaire"
  19. ],
  20. "author": "Willin Wang",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://coding.net/u/willin/p/w2mn/topic"
  24. },
  25. "homepage": "https://coding.net/u/willin/p/w2mn/git",
  26. "dependencies": {
  27. "gitbook-cli": "^2.2.0"
  28. }
  29. }