-
Notifications
You must be signed in to change notification settings - Fork 761
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ændrew Rininsland
committed
Jan 9, 2015
1 parent
ffd7226
commit a57c98c
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |