зеркало из https://github.com/mozilla/treeherder.git
37 строки
1.0 KiB
JSON
37 строки
1.0 KiB
JSON
{
|
|
"name": "treeherder",
|
|
"description": "Mozilla Treeherder reporting dashboard",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/treeherder.git"
|
|
},
|
|
"license" : "MPL-2.0",
|
|
"dependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-angular-templates": "0.5.7",
|
|
"grunt-cache-busting": "0.0.11",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-clean": "0.6.0",
|
|
"grunt-contrib-concat": "0.5.1",
|
|
"grunt-contrib-copy": "0.8.1",
|
|
"grunt-contrib-cssmin": "0.14.0",
|
|
"grunt-contrib-uglify": "0.9.2",
|
|
"grunt-usemin": "3.1.1",
|
|
"load-grunt-tasks": "3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-eslint": "16.0.0",
|
|
"grunt-html-angular-validate": "0.5.2",
|
|
"jasmine-core": "2.3.4",
|
|
"karma": "0.13.10",
|
|
"karma-coverage": "0.5.2",
|
|
"karma-firefox-launcher": "0.1.6",
|
|
"karma-jasmine": "0.3.6",
|
|
"karma-junit-reporter": "0.3.4",
|
|
"karma-ng-scenario": "0.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "karma start tests/ui/config/karma.conf.js --single-run --browsers Firefox"
|
|
}
|
|
}
|