cloudcmd/modules/github/bower.json
2015-06-04 06:46:02 -04:00

25 lines
674 B
JSON

{
"name": "github-api",
"main": "github.js",
"version": "0.10.6",
"homepage": "https://github.com/michael/github",
"authors": [
"Sergey Klimov <sergey.v.klimov@gmail.com> (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"
]
}