package.json 360 B

1234567891011121314151617
  1. {
  2. "name": "work-doc",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "docs": "docsify serve docs"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://gogs.superdesk.cn/shuliping/work-doc.git"
  13. },
  14. "keywords": [],
  15. "author": "",
  16. "license": "ISC"
  17. }