mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
35 lines
No EOL
949 B
JSON
35 lines
No EOL
949 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"
|
|
],
|
|
"_release": "0.10.6",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.10.6",
|
|
"commit": "c2696ec3971c6a3cc2ec9194f84d870818aea305"
|
|
},
|
|
"_source": "git://github.com/michael/github.git",
|
|
"_target": "~0.10.6",
|
|
"_originalSource": "github",
|
|
"_direct": true
|
|
} |