unstar-gist
Version:
Unstar a gist
46 lines (45 loc) • 996 B
JSON
{
"name": "unstar-gist",
"version": "1.0.0",
"description": "Unstar a gist",
"repository": "shinnn/unstar-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",
"unstar",
"remove",
"delete",
"request",
"promise",
"promises",
"then",
"async",
"asynchronous",
"asynchronously"
],
"dependencies": {
"gh-delete": "^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",
"star-gist": "^0.0.0",
"tape": "^4.4.0"
}
}