/github-json-dependency-linker

Add links to dependencies listed in JSON files.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

GitHub JSON Dependency Linker

INSTALL

Description

This simple user script adds links to dependencies listed in JSON files on GitHub. It is based on @jerone's UserScripts project.

The following JSON schemes are supported:

  • Atom - package.json
  • Bower - bower.json
  • Composer - composer.json
  • NPM - package.json & npm-shrinkwrap.json
  • NuGet - project.json

In the JSON file it will search for the following dependency keys:

  • require
  • require-dev
  • dependencies
  • devDependencies
  • peerDependencies
  • bundleDependencies
  • bundledDependencies
  • packageDependencies
  • optionalDependencies