-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.35 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "zombiebox-extension-lodash",
"description": "ZombieBox extension for Lodash",
"version": "2.0.1",
"license": "MIT",
"author": "Interfaced (http://interfaced.tv)",
"contributors": [
"Kirill Dronkin <[email protected]>"
],
"homepage": "https://github.com/interfaced/zombiebox-extension-lodash",
"repository": {
"type": "git",
"url": "[email protected]:interfaced/zombiebox-extension-lodash.git"
},
"keywords": [
"zombiebox",
"zombiebox-extension",
"smart-tv",
"tv",
"lodash",
"closure-compiler",
"externs"
],
"module": "lib/",
"files": [
"externs/",
"lib/",
"vendor/",
"LICENSE",
"LICENSE.Lodash",
"README.md",
"CHANGELOG.md",
"index.js"
],
"engines": {
"node": ">=6",
"npm": ">=5"
},
"scripts": {
"build": "node scripts/build && eslint externs --fix",
"lint": "eslint ."
},
"dependencies": {
"zombiebox": "^2.7.5"
},
"peerDependencies": {
"zombiebox": "^2.7.5"
},
"devDependencies": {
"ast-types": "0.14.2",
"doctrine": "3.0.0",
"escodegen": "2.0.0",
"eslint": "^7.14.0",
"eslint-config-interfaced": "^2.1.1",
"eslint-plugin-interfaced": "^2.0.0",
"eslint-plugin-jsdoc": "^30.7.8",
"eslint-plugin-node": "^11.1.0",
"esprima": "4.0.1",
"lodash": "4.17.20",
"lodash-cli": "4.17.5"
}
}