forked from github-tools/github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 970 Bytes
/
bower.json
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
28
29
30
31
32
33
{
"name":"github-api",
"version": "0.11.2",
"main":"src/github.js",
"dependencies": {
"axios": "https://github.com/github-tools/axios.git",
"base-64": "^0.1.0",
"es6-promise": "^3.0.2",
"utf8": "^2.1.1"
},
"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"
]
}