| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "accessibility-developer-tools", |
| 3 "version": "2.12.0", |
| 4 "homepage": "https://github.com/GoogleChrome/accessibility-developer-tools", |
| 5 "authors": [ |
| 6 "Google" |
| 7 ], |
| 8 "description": "This is a library of accessibility-related testing and utility
code.", |
| 9 "main": "dist/js/axs_testing.js", |
| 10 "moduleType": [ |
| 11 "amd", |
| 12 "globals" |
| 13 ], |
| 14 "keywords": [ |
| 15 "accessibility", |
| 16 "testing", |
| 17 "WCAG", |
| 18 "module" |
| 19 ], |
| 20 "license": "Apache-2.0", |
| 21 "ignore": [ |
| 22 "**/.*", |
| 23 "lib", |
| 24 "scripts", |
| 25 "src", |
| 26 "test", |
| 27 "tools", |
| 28 "Gruntfile.js", |
| 29 "package.json" |
| 30 ], |
| 31 "_release": "2.12.0", |
| 32 "_resolution": { |
| 33 "type": "version", |
| 34 "tag": "v2.12.0", |
| 35 "commit": "3616c094e090174f70b53ca4cea25529522abffb" |
| 36 }, |
| 37 "_source": "https://github.com/GoogleChrome/accessibility-developer-tools.git"
, |
| 38 "_target": "^2.10.0", |
| 39 "_originalSource": "accessibility-developer-tools" |
| 40 } |
| OLD | NEW |