Forked from
Thomas Rientjes / decentraleyes
241 commits behind the upstream repository.
-
Thomas Rientjes authoredThomas Rientjes authored
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"
}
}