-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 662 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 662 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
31
32
33
{
"name": "caniuse-db",
"version": "1.0.30001774",
"description": "Raw browser/feature support data from caniuse.com",
"keywords": [
"support",
"css",
"js",
"html5",
"svg"
],
"author": "Alexis Deveria <adeveria@gmail.com>",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Fyrd/caniuse.git"
},
"scripts": {
"validate": "node validator/validate-jsons.js"
},
"files": [
"CONTRIBUTING.md",
"data.json",
"features-json",
"fulldata-json",
"LICENSE",
"package.json",
"README.md",
"region-usage-json",
"sample-data.json",
"validator"
]
}