mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(github) add from bower
This commit is contained in:
parent
1bcd27db77
commit
9902e13c11
12 changed files with 1089 additions and 1787 deletions
25
modules/github/bower.json
Normal file
25
modules/github/bower.json
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"name": "github-api",
|
||||
"main": "github.js",
|
||||
"version": "0.10.6",
|
||||
"homepage": "https://github.com/michael/github",
|
||||
"authors": [
|
||||
"Sergey Klimov <sergey.v.klimov@gmail.com> (http://darvin.github.com/)"
|
||||
],
|
||||
"description": "Github.js provides a minimal higher-level wrapper around git's plumbing commands, exposing an API for manipulating GitHub repositories on the file level. It is being developed in the context of Prose, a content editor for GitHub.",
|
||||
"moduleType": [
|
||||
"globals"
|
||||
],
|
||||
"keywords": [
|
||||
"github",
|
||||
"oauth"
|
||||
],
|
||||
"license": "BSD",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue