{ "name": "treeherder", "description": "Mozilla Treeherder reporting dashboard", "repository": { "type": "git", "url": "https://github.com/mozilla/treeherder.git" }, "dependencies": { "grunt": "0.4.5", "grunt-angular-templates": "0.5.7", "grunt-cache-busting": "0.0.11", "grunt-contrib-clean": "0.6.0", "grunt-contrib-concat": "0.5.1", "grunt-contrib-copy": "0.8.0", "grunt-contrib-cssmin": "0.12.3", "grunt-contrib-uglify": "0.9.1", "grunt-usemin": "3.0.0", "load-grunt-tasks": "3.2.0" }, "devDependencies": { "grunt-eslint": "16.0.0", "grunt-html-angular-validate": "0.4.1", "karma": "~0.12.0", "karma-cli": "0.0.4", "karma-coverage": ">=0.2.0", "karma-firefox-launcher": ">=0.1.3", "karma-jasmine": "0.1.0", "karma-junit-reporter": ">=0.2.1", "karma-ng-scenario": ">=0.1.0" }, "scripts": { "test": "karma start tests/ui/config/karma.conf.js --single-run --browsers Firefox" } }