mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +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",
|
||||
"title": "WebExtensions Examples",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "Example Firefox add-ons created using the WebExtensions API",
|
||||
"devDependencies": {
|
||||
"eslint": "^3.19.0"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user