2014-04-08 21:40:33 +04:00
|
|
|
{
|
|
|
|
"name": "treeherder-ui",
|
|
|
|
"description": "The UI portion of Mozilla Treeherder",
|
2014-09-05 16:20:50 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-05-18 17:47:06 +03:00
|
|
|
"url": "https://github.com/mozilla/treeherder.git"
|
2014-09-05 16:20:50 +04:00
|
|
|
},
|
2014-04-08 21:40:33 +04:00
|
|
|
"devDependencies": {
|
2015-05-20 16:51:31 +03:00
|
|
|
"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-html-angular-validate": "0.4.1",
|
|
|
|
"grunt-usemin": "3.0.0",
|
2014-11-10 15:46:04 +03:00
|
|
|
"karma": "~0.12.0",
|
2014-10-09 13:19:11 +04:00
|
|
|
"karma-cli": "0.0.4",
|
|
|
|
"karma-coverage": ">=0.2.0",
|
|
|
|
"karma-firefox-launcher": ">=0.1.3",
|
2014-11-10 15:46:04 +03:00
|
|
|
"karma-jasmine": "0.1.0",
|
2014-10-09 13:19:11 +04:00
|
|
|
"karma-junit-reporter": ">=0.2.1",
|
|
|
|
"karma-ng-scenario": ">=0.1.0"
|
2014-04-08 21:40:33 +04:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-05-18 18:00:59 +03:00
|
|
|
"test": "karma start tests/ui/config/karma.conf.js --single-run --browsers Firefox"
|
2014-04-08 21:40:33 +04:00
|
|
|
}
|
|
|
|
}
|
2014-11-10 15:46:04 +03:00
|
|
|
|