Skip to content
Snippets Groups Projects
Forked from Thomas Rientjes / decentraleyes
241 commits behind the upstream repository.
This project manages its dependencies using npm. Learn more
package.json 375 B
{
  "name": "decentraleyes-audit",
  "version": "1.5.0",
  "author": "Thomas Rientjes",
  "license": "MPL-2.0",
  "description": "Library audit tool for Decentraleyes.",
  "repository": "https://addons.mozilla.org/firefox/addon/decentraleyes",
  "keywords": [
    "decentraleyes",
    "audit"
  ],
  "main": "run.js",
  "dependencies": {
    "source-map-url": "~0.4.0"
  }
}