UNPKG

topics

Version:

Get and update GitHub repository topics.

62 lines (61 loc) 1.19 kB
{ "name": "topics", "description": "Get and update GitHub repository topics.", "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/topics", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/topics", "bugs": { "url": "https://github.com/jonschlinkert/topics/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=4" }, "scripts": { "test": "mocha" }, "dependencies": { "arr-union": "^3.1.0", "github-base": "^0.5.4", "isobject": "^3.0.1" }, "devDependencies": { "minimist": "^1.2.0", "data-store": "^1.0.0", "mocha": "^3.5.0", "gulp-format-md": "^1.0.0" }, "keywords": [ "topics" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "github-base", "github-contributors", "github-metadata", "github-traffic", "github-trees", "commits", "gists", "repos" ] }, "lint": { "reflinks": true } } }