-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 772 Bytes
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
{
"name": "css-browser-support",
"version": "0.12.0",
"description": "Query for CSS browser support data, combined from caniuse and MDN, including version support started and global support percentages.",
"main": "index.js",
"scripts": {
"bump": "npm --no-git-tag-version version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/5t3ph/css-browser-support.git"
},
"keywords": [
"css",
"browser-support",
"browser-compatibility",
"css-support",
"caniuse",
"caniuse-lite"
],
"author": "5t3ph",
"license": "ISC",
"bugs": {
"url": "https://github.com/5t3ph/css-browser-support/issues"
},
"dependencies": {
"@mdn/browser-compat-data": "^5.6.4",
"caniuse-lite": "^1.0.30001666"
}
}