forked from github-tools/github
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 812 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name":"github-api",
"version": "0.11.2",
"main":"src/github.js",
"homepage":"https://github.com/michael/github",
"authors":[
"Ændrew Rininsland <[email protected]> (http://www.aendrew.com)",
"Aurelio De Rosa <[email protected]> (http://www.audero.it/)",
"Michael Aufreiter (http://substance.io)"
],
"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-3-Clause-Clear",
"ignore":[
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}