-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 790 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
{
"name": "compat-tester",
"version": "0.2.10",
"description": "Diagnose the compatibility of a site regarding browsers and environments",
"main": "index.js",
"scripts": {
"test": "test"
},
"bin": "./bin/compat-tester.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SphinxKnight/compat-tester.git"
},
"keywords": [
"compatibility",
"static"
],
"author": "Julien G",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/SphinxKnight/compat-tester/issues"
},
"homepage": "https://github.com/SphinxKnight/compat-tester#readme",
"dependencies": {
"commander": "^2.15.1",
"css-tree": "1.0.0-alpha.28",
"htmlparser2": "^3.9.2",
"mdn-browser-compat-data": "^0.0.33",
"semver": "^5.5.0"
}
}