mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
more fields into package.json
This commit is contained in:
18
package.json
18
package.json
@@ -1,15 +1,31 @@
|
|||||||
{
|
{
|
||||||
"name": "webextensions-examples",
|
"name": "webextensions-examples",
|
||||||
|
"title": "WebExtensions Examples",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "Example Firefox add-ons created using the WebExtensions API",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^3.19.0"
|
"eslint": "^3.19.0"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/mdn/webextensions-examples.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "eslint .",
|
"test": "eslint .",
|
||||||
"lint": "eslint ."
|
"lint": "eslint ."
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"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": {
|
"dependencies": {
|
||||||
"babel-eslint": "^7.2.3"
|
"babel-eslint": "^7.2.3"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user