Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 33 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | module.exports = [ |
||
2 | 'twitter:url', |
||
3 | 'twitter:card', |
||
4 | 'twitter:site', |
||
5 | 'twitter:site:id', |
||
6 | 'twitter:creator', |
||
7 | 'twitter:creator:id', |
||
8 | 'twitter:title', |
||
9 | 'twitter:description', |
||
10 | 'twitter:image', |
||
11 | 'twitter:image:src', |
||
12 | 'twitter:image:height', |
||
13 | 'twitter:image:width', |
||
14 | 'twitter:image:alt', |
||
15 | 'twitter:player', |
||
16 | 'twitter:player:width', |
||
17 | 'twitter:player:height', |
||
18 | 'twitter:player:stream', |
||
19 | 'twitter:player:stream:content_type', |
||
20 | 'twitter:app:name:iphone', |
||
21 | 'twitter:app:id:iphone', |
||
22 | 'twitter:app:url:iphone', |
||
23 | 'twitter:app:name:ipad', |
||
24 | 'twitter:app:id:ipad', |
||
25 | 'twitter:app:url:ipad', |
||
26 | 'twitter:app:name:googleplay', |
||
27 | 'twitter:app:id:googleplay', |
||
28 | 'twitter:app:url:googleplay', |
||
29 | 'twitter:label1', |
||
30 | 'twitter:data1', |
||
31 | 'twitter:label2', |
||
32 | 'twitter:data2' |
||
33 | ] |
||
34 |