-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 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
37
38
39
40
41
42
43
44
45
{
"name": "zombiebox-extension-about",
"description": "ZombieBox extension for displaying main info about an application",
"version": "2.1.2",
"license": "MIT",
"author": "Interfaced (https://interfaced.tv)",
"homepage": "https://github.com/interfaced/zombiebox-extension-about",
"repository": {
"type": "git",
"url": "git@github.com:interfaced/zombiebox-extension-about.git"
},
"module": "lib/",
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"index.js",
"lib/"
],
"keywords": [
"zombiebox",
"zombiebox-extension",
"about",
"info"
],
"scripts": {
"lint": "eslint index.js lib"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-interfaced": "^2.1.2",
"eslint-import-resolver-zombiebox": "^1.0.1",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-interfaced": "^2.0.1",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-node": "^11.0.0",
"zombiebox": "^2.7.10",
"zombiebox-extension-cutejs": "^1.2.1"
},
"peerDependencies": {
"zombiebox": "^2.7.10",
"zombiebox-extension-cutejs": "^1.2.1"
}
}