34 lines
990 B
JSON
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"
|
|
}
|