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

35 lines
989 B
JSON
Raw Normal View History

2017-08-25 15:24:35 +02:00
{
2018-04-04 11:45:12 +02:00
"name": "matomo-injector",
2017-08-25 15:24:35 +02:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
2017-11-19 19:52:17 +01:00
"ace-builds": "^1.2.9",
2017-08-25 15:24:35 +02:00
"purecss": "^1.0.0"
},
2017-09-09 19:13:15 +02:00
"devDependencies": {
"htmllint-cli": "0.0.6",
"jshint": "^2.9.5",
2017-11-19 19:52:17 +01:00
"npm-run-all": "^4.1.2",
2018-01-08 20:34:48 +01:00
"web-ext": "^2.3.0"
2017-09-09 19:13:15 +02:00
},
2017-08-25 15:24:35 +02:00
"scripts": {
2017-08-27 20:49:16 +02:00
"copy": "bash copy.sh",
2018-04-04 12:53:17 +02:00
"build": "web-ext build --ignore-files '**/*.sh' 'docs/' 'yarn*'",
"webext_lint": "web-ext lint --warnings-as-errors --ignore-files 'libs/*' 'docs/' '**/*.sh' 'yarn*'",
2017-09-09 19:13:15 +02:00
"jshint": "jshint js/",
"htmllint": "htmllint popup.html popup.html",
"all": "npm-run-all copy --parallel webext_lint jshint htmllint --sequential build"
2017-08-25 15:24:35 +02:00
},
"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"
}