1
0
Fork 0
mirror of https://github.com/Findus23/typo3-keyboard.git synced 2024-08-27 19:52:16 +02:00
typo3-keyboard/package.json

29 lines
822 B
JSON
Raw Permalink Normal View History

2018-09-04 14:04:59 +02:00
{
"name": "mask-detector",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"eslint": "^5.3.0",
"npm-run-all": "^4.1.3",
"web-ext": "^2.3.0"
},
"scripts": {
"build": "web-ext build --ignore-files '**/*.sh' 'mousetrap/' 'yarn*'",
"webext_lint": "web-ext lint --warnings-as-errors --ignore-files 'libs/*' 'mousetrap/' '**/*.sh' 'yarn*'",
"eslint": "eslint *.js",
"all": "npm-run-all --parallel webext_lint eslint --sequential build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Findus23/mask-detector.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Findus23/mask-detector/issues"
},
"homepage": "https://github.com/Findus23/mask-detector#readme"
}