1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
matomo-injector/package.json
2019-11-22 19:57:08 +01:00

34 lines
990 B
JSON

{
"name": "matomo-injector",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ace-builds": "^1.2.9",
"purecss": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"htmllint-cli": "0.0.6",
"npm-run-all": "^4.1.3",
"web-ext": "^3.2.1"
},
"scripts": {
"copy": "bash copy.sh",
"build": "web-ext build --ignore-files '**/*.sh' 'docs/' 'yarn*'",
"webext_lint": "web-ext lint --warnings-as-errors --ignore-files 'libs/*' 'docs/' '**/*.sh' 'yarn*'",
"eslint": "eslint js/",
"htmllint": "htmllint popup.html popup.html",
"all": "npm-run-all copy --parallel webext_lint eslint htmllint --sequential build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Findus23/piwik-checker.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Findus23/piwik-checker/issues"
},
"homepage": "https://github.com/Findus23/piwik-checker#readme"
}