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