package.json 550 B

12345678910111213141516171819202122
  1. {
  2. "name": "bootsrap-spug",
  3. "version": "1.0.0",
  4. "description": "/bin/bash -c \"$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/bootstrap-spug/raw/master/init-frontend.sh)\"",
  5. "main": "index.js",
  6. "directories": {
  7. "doc": "docs"
  8. },
  9. "scripts": {
  10. "doc:serve": "vuepress dev docs"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://face3d.4dage.com:7005/zhangyupeng/bootstrap-spug.git"
  15. },
  16. "author": "",
  17. "license": "ISC",
  18. "devDependencies": {
  19. "vuepress": "^1.8.2",
  20. "vuepress-theme-hope": "^1.19.0"
  21. }
  22. }