package.json 418 B

12345678910111213141516171819
  1. {
  2. "name": "github1s",
  3. "version": "1.0.0",
  4. "description": "github vscode online preivew code",
  5. "main": "index.js",
  6. "scripts": {
  7. "build":"gulp default",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://git.yoqi.me/lyq/github1s-Chrome.git"
  13. },
  14. "keywords": [
  15. "github1s"
  16. ],
  17. "author": "liuyuqi.gov@msn.cn",
  18. "license": "ISC"
  19. }