-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "electron-extended-webextensions",
"version": "0.0.11",
"description": "Extend the built-in functionality of Electron Web Extensions with additional features commonly used by browsers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node build.js",
"lint": "standard --fix",
"example": "npm run build && electron example.js"
},
"files": [
"preloads.js",
"index.js",
"apiSpecs.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AgregoreWeb/electron-extended-WebExtensions.git"
},
"keywords": [
"electron",
"web",
"extension"
],
"author": "rangermauve <ranger@mauve.moe> (https://mauve.moe/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/AgregoreWeb/electron-extended-WebExtensions/issues"
},
"homepage": "https://github.com/AgregoreWeb/electron-extended-WebExtensions#readme",
"devDependencies": {
"electron": "^18.2.0"
}
}