-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.08 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
{
"name": "@theholocron/browserslist-config",
"homepage": "https://github.com/the-holocron/threepio/tree/master/packages/browserslist-config#readme",
"description": "A Browserslist configuration for all browsers and devices supported in the Galaxy.",
"author": "Newton Koumantzelis",
"version": "0.1.14",
"main": "index.js",
"files": [
"browserslistrc.json",
"index.js"
],
"repository": "https://github.com/the-holocron/threepio.git",
"bugs": "https://github.com/the-holocron/threepio/issues",
"releases": "https://github.com/the-holocron/threepio/releases",
"wiki": "https://github.com/the-holocron/threepio/wiki",
"license": "GPL-3.0",
"eslintConfig": {
"extends": "@theholocron"
},
"jest": {
"preset": "@theholocron/jest-preset"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint .",
"test": "jest --coverage"
},
"dependencies": {
"browserslist": "^4.9.1"
},
"devDependencies": {
"@theholocron/eslint-config": "file:../eslint-config",
"@theholocron/jest-preset": "file:../jest-preset"
}
}