Skip to content

Commit

Permalink
Adding bower.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ændrew Rininsland committed Jan 9, 2015
1 parent ffd7226 commit a57c98c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "github-api",
"main": "github.js",
"version": "0.10.3",
"homepage": "https://github.com/michael/github",
"authors": [
"Sergey Klimov <[email protected]> (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"
]
}

0 comments on commit a57c98c

Please sign in to comment.