tooljs-github
Version:
Tooling to create GitHub repo.
24 lines • 419 B
JSON
{
"name": "tooljs-github",
"version": "0.0.1",
"description": "Tooling to create GitHub repo.",
"keywords": [
"tooljs",
"github",
"api"
],
"dependencies": {
"superagent": "*",
"tooljs-tool": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/tooljs/github.git"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "^1.21.3"
}
}