forked from Fyrd/caniuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add json validator and Travis CI file
- Loading branch information
Showing
11 changed files
with
438 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- 0.6 | ||
script: node validator/validate-jsons.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
|
||
], | ||
"categories":[ | ||
null | ||
"JS API" | ||
], | ||
"stats":{ | ||
"ie":{ | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,167 @@ | ||
{ | ||
"title":"Sample title", | ||
"description":"Sample description", | ||
"spec":"http://example.com/path/to/spec.html", | ||
"status":"wd", | ||
"links":[ | ||
{ | ||
"url":"http://example.com/path/to/link.html", | ||
"title":"Link title" | ||
} | ||
], | ||
"bugs":[ | ||
{ | ||
"description":"Sample bug description" | ||
} | ||
], | ||
"categories":[ | ||
"CSS", | ||
"JS API" | ||
], | ||
"stats":{ | ||
"ie":{ | ||
"5.5":"u", | ||
"6":"u", | ||
"7":"u", | ||
"8":"u", | ||
"9":"u", | ||
"10":"u", | ||
"11":"u" | ||
}, | ||
"firefox":{ | ||
"2":"u", | ||
"3":"u", | ||
"3.5":"u", | ||
"3.6":"u", | ||
"4":"u", | ||
"5":"u", | ||
"6":"u", | ||
"7":"u", | ||
"8":"u", | ||
"9":"u", | ||
"10":"u", | ||
"11":"u", | ||
"12":"u", | ||
"13":"u", | ||
"14":"u", | ||
"15":"u", | ||
"16":"u", | ||
"17":"u", | ||
"18":"u", | ||
"19":"u", | ||
"20":"u", | ||
"21":"u", | ||
"22":"u", | ||
"23":"u", | ||
"24":"u", | ||
"25":"u", | ||
"26":"u" | ||
}, | ||
"chrome":{ | ||
"4":"u", | ||
"5":"u", | ||
"6":"u", | ||
"7":"u", | ||
"8":"u", | ||
"9":"u", | ||
"10":"u", | ||
"11":"u", | ||
"12":"u", | ||
"13":"u", | ||
"14":"u", | ||
"15":"u", | ||
"16":"u", | ||
"17":"u", | ||
"18":"u", | ||
"19":"u", | ||
"20":"u", | ||
"21":"u", | ||
"22":"u", | ||
"23":"u", | ||
"24":"u", | ||
"25":"u", | ||
"26":"u", | ||
"27":"u", | ||
"28":"u", | ||
"29":"u", | ||
"30":"u", | ||
"31":"u", | ||
"32":"u" | ||
}, | ||
"safari":{ | ||
"3.1":"u", | ||
"3.2":"u", | ||
"4":"u", | ||
"5":"u", | ||
"5.1":"u", | ||
"6":"u", | ||
"7":"u" | ||
}, | ||
"opera":{ | ||
"9":"u", | ||
"9.5-9.6":"u", | ||
"10.0-10.1":"u", | ||
"10.5":"u", | ||
"10.6":"u", | ||
"11":"u", | ||
"11.1":"u", | ||
"11.5":"u", | ||
"11.6":"u", | ||
"12":"u", | ||
"12.1":"u", | ||
"15":"u", | ||
"16":"u", | ||
"17":"u", | ||
"18":"u" | ||
}, | ||
"ios_saf":{ | ||
"3.2":"u", | ||
"4.0-4.1":"u", | ||
"4.2-4.3":"u", | ||
"5.0-5.1":"u", | ||
"6.0-6.1":"u", | ||
"7.0":"u" | ||
}, | ||
"op_mini":{ | ||
"5.0-7.0":"u" | ||
}, | ||
"android":{ | ||
"2.1":"u", | ||
"2.2":"u", | ||
"2.3":"u", | ||
"3":"u", | ||
"4":"u", | ||
"4.1":"u", | ||
"4.2-4.3":"u" | ||
}, | ||
"bb":{ | ||
"7":"u", | ||
"10":"u" | ||
}, | ||
"op_mob":{ | ||
"10":"u", | ||
"11":"u", | ||
"11.1":"u", | ||
"11.5":"u", | ||
"12":"u", | ||
"12.1":"u", | ||
"0":"u" | ||
}, | ||
"and_chr":{ | ||
"0":"u" | ||
}, | ||
"and_ff":{ | ||
"0":"u" | ||
}, | ||
"ie_mob":{ | ||
"10":"u" | ||
} | ||
}, | ||
"notes":"Sample notes for feature, explain partial support here", | ||
"usage_perc_y":0, | ||
"usage_perc_a":0, | ||
"ucprefix":false, | ||
"parent":"parentfeatureid", | ||
"keywords":"example,keywords", | ||
"shown":false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
language: node_js | ||
node_js: | ||
- 0.6 |
Oops, something went wrong.