2014-04-08 21:40:33 +04:00
|
|
|
{
|
2015-06-02 00:40:08 +03:00
|
|
|
"name": "treeherder",
|
|
|
|
"description": "Mozilla Treeherder reporting dashboard",
|
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
|
|
|
},
|
2015-10-06 15:16:04 +03:00
|
|
|
"license" : "MPL-2.0",
|
2015-09-18 17:16:53 +03:00
|
|
|
"dependencies": {
|
2015-05-20 16:51:31 +03:00
|
|
|
"grunt": "0.4.5",
|
|
|
|
"grunt-angular-templates": "0.5.7",
|
|
|
|
"grunt-cache-busting": "0.0.11",
|
2015-09-30 19:52:35 +03:00
|
|
|
"grunt-cli": "0.1.13",
|
2015-05-20 16:51:31 +03:00
|
|
|
"grunt-contrib-clean": "0.6.0",
|
|
|
|
"grunt-contrib-concat": "0.5.1",
|
2015-09-21 14:24:03 +03:00
|
|
|
"grunt-contrib-copy": "0.8.1",
|
|
|
|
"grunt-contrib-cssmin": "0.14.0",
|
|
|
|
"grunt-contrib-uglify": "0.9.2",
|
|
|
|
"grunt-usemin": "3.1.1",
|
2015-09-18 19:47:11 +03:00
|
|
|
"load-grunt-tasks": "3.2.0"
|
2015-09-18 17:16:53 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-07-14 20:33:07 +03:00
|
|
|
"grunt-eslint": "16.0.0",
|
2015-09-21 16:13:02 +03:00
|
|
|
"grunt-html-angular-validate": "0.5.2",
|
2015-09-21 16:16:26 +03:00
|
|
|
"jasmine-core": "2.3.4",
|
|
|
|
"karma": "0.13.10",
|
2015-09-19 17:16:18 +03:00
|
|
|
"karma-coverage": "0.5.2",
|
|
|
|
"karma-firefox-launcher": "0.1.6",
|
2015-09-21 16:16:26 +03:00
|
|
|
"karma-jasmine": "0.3.6",
|
2015-09-19 17:16:18 +03:00
|
|
|
"karma-junit-reporter": "0.3.4",
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|