mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
* simplify .travis.yml * Fixes error and warning from eslint 15:32 error Unnecessary escape character: \? no-useless-escape
33 lines
748 B
JSON
33 lines
748 B
JSON
{
|
|
"name": "webextensions-examples",
|
|
"title": "WebExtensions Examples",
|
|
"version": "1.0.0",
|
|
"description": "Example Firefox add-ons created using the WebExtensions API",
|
|
"devDependencies": {
|
|
"eslint": "^4.4.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mdn/webextensions-examples.git"
|
|
},
|
|
"scripts": {
|
|
"test": "eslint .",
|
|
"lint": "eslint ."
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mdn/webextensions-examples/issues"
|
|
},
|
|
"keywords": [
|
|
"webextensions",
|
|
"webextensions-apis",
|
|
"mdn",
|
|
"firefox",
|
|
"mozilla"
|
|
],
|
|
"homepage": "https://developer.mozilla.org/Add-ons/WebExtensions/Examples",
|
|
"dependencies": {
|
|
"babel-eslint": "^7.2.3"
|
|
}
|
|
}
|