8 Star 19 Fork 11

GitGroup / atom-gitee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
江二十三 提交于 2018-04-26 17:59 . Prepare 1.7.2 release
{
"name": "gitee",
"main": "./lib/gitee",
"version": "1.7.2",
"description": "使用 ATOM 管理你码云上的项目",
"activationCommands": {
"atom-workspace": [
"gitee:clone-project",
"gitee:create-project",
"gitee:commit-project",
"gitee:create-branch",
"gitee:switch-branch",
"gitee:compare-project",
"gitee:open-repository",
"gitee:open-issues",
"gitee:open-history"
]
},
"repository": {
"type": "git",
"url": "https://github.com/fcharlie/atom-gitee.git"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.2.0",
"axios": "^0.14.0",
"git-promise": "^0.3.0"
}
}
CoffeeScript
1
https://gitee.com/GitGroup/atom-gitee.git
git@gitee.com:GitGroup/atom-gitee.git
GitGroup
atom-gitee
atom-gitee
master

搜索帮助