forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 833 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
36
{
"name": "mdn-browser-compat-data",
"version": "0.0.29",
"description": "Browser compatibility data provided by MDN Web Docs",
"main": "index.js",
"dependencies": {
"extend": "3.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdn/browser-compat-data.git"
},
"keywords": [
"browser-compat-data",
"browser",
"compatibility",
"data",
"mdn",
"mozilla"
],
"author": "MDN Web Docs",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/mdn/browser-compat-data/issues"
},
"homepage": "https://github.com/mdn/browser-compat-data#readme",
"devDependencies": {
"ajv": "^5.0.1"
},
"scripts": {
"lint": "node test/lint",
"render": "node test/render",
"show-errors": "npm test 1> /dev/null",
"test": "npm run lint"
}
}