browser-update
Version:
Remind users to update their browser in an unobtrusive way.
43 lines (42 loc) • 945 B
JSON
{
"name": "browser-update",
"version": "3.3.60",
"description": "Remind users to update their browser in an unobtrusive way.",
"main": "update.npm.full.js",
"scripts": {
"test": "eslint ./*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/browser-update/browser-update.git"
},
"keywords": [
"browser",
"web"
],
"files": [
"update.npm.full.js",
"update.npm.js",
"scripts/update.js",
"scripts/update.min.js",
"scripts/update.show.js",
"scripts/update.show.min.js"
],
"author": "Thomas Hümmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/browser-update/browser-update/issues"
},
"homepage": "https://browser-update.org",
"eslintConfig": {
"env": {
"browser": true
},
"extends": [
"eslint:recommended"
]
},
"devDependencies": {
"eslint": "^5.16.0"
}
}