| { | |
| "name": "accessibility-developer-tools", | |
| "version": "2.6.0", | |
| "repository": { | |
| "type": "git", | |
| "url": "http://github.com/GoogleChrome/accessibility-developer-tools" | |
| }, | |
| "devDependencies": { | |
| "grunt": "~0.4.1", | |
| "grunt-closurecompiler": "~0.9.9", | |
| "grunt-util-spawn": "0.0.2", | |
| "grunt-contrib-qunit": "~0.2.2" | |
| }, | |
| "scripts": { | |
| "test": "grunt travis --verbose" | |
| } | |
| } |