12345678910111213141516171819 |
- {
- "name": "github1s",
- "version": "1.0.0",
- "description": "github vscode online preivew code",
- "main": "index.js",
- "scripts": {
- "build":"gulp default",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.yoqi.me/lyq/github1s-Chrome.git"
- },
- "keywords": [
- "github1s"
- ],
- "author": "liuyuqi.gov@msn.cn",
- "license": "ISC"
- }
|