Skip to content

Commit f3ca213

Browse files
author
Ændrew Rininsland
committed
Merge pull request #153 from aendrew/adding_bower_json
Adds bower.json
2 parents ffd7226 + a57c98c commit f3ca213

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "github-api",
3+
"main": "github.js",
4+
"version": "0.10.3",
5+
"homepage": "https://github.com/michael/github",
6+
"authors": [
7+
"Sergey Klimov <sergey.v.klimov@gmail.com> (http://darvin.github.com/)"
8+
],
9+
"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.",
10+
"moduleType": [
11+
"globals"
12+
],
13+
"keywords": [
14+
"github",
15+
"oauth"
16+
],
17+
"license": "BSD",
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"test",
23+
"tests"
24+
]
25+
}

0 commit comments

Comments
 (0)