-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
35 lines (35 loc) · 936 Bytes
/
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
{
"name": "HangarXPLOR",
"description": "This extension improves the Hangar page on RobertsSpaceIndustries.com",
"repository": {
"type": "git",
"url": "git+https://github.com/dolkensp/HangarXPLOR.git"
},
"author": "/u/alluran (Peter Dolkens)",
"bugs": {
"url": "https://github.com/dolkensp/HangarXPLOR/issues"
},
"homepage": "https://github.com/dolkensp/HangarXPLOR#readme",
"dependencies": {
"jszip": "^3.1.5"
},
"devDependencies": {
"eslint": "^5.0.1"
},
"eslintConfig": {
"env": {
"browser": true,
"es6": true,
"jquery": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018
},
"globals": {
"Fuse": true,
"chrome": true
}
},
"eslintIgnore": [ "src/vendor/**/*.js", "*.min.js" ]
}