star-gist
Version:
Star a gist
45 lines (44 loc) • 969 B
JSON
{
"name": "star-gist",
"version": "1.0.0",
"description": "Star a gist",
"repository": "shinnn/star-gist",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --config @shinnn/node index.js test.js",
"test": "node --strong_mode --throw-deprecation --track-heap-objects test.js",
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
},
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"gh",
"github",
"api",
"github-api",
"gist",
"star",
"add",
"put",
"request",
"promise",
"promises",
"then",
"async",
"asynchronous",
"asynchronously"
],
"dependencies": {
"gh-put": "^1.0.0"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^1.0.1",
"eslint": "^1.10.3",
"is-gist-starred": "^1.0.1",
"istanbul": "^0.4.1",
"tape": "^4.2.2",
"unstar-gist": "^1.0.0"
}
}