зеркало из https://github.com/mozilla/treeherder.git
33 строки
941 B
JSON
33 строки
941 B
JSON
{
|
|
"name": "treeherder-ui",
|
|
"description": "The UI portion of Mozilla Treeherder",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/treeherder.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.4",
|
|
"grunt-angular-templates": "~0.5.7",
|
|
"grunt-cache-busting": "0.0.10",
|
|
"grunt-contrib-clean": "^0.5.0",
|
|
"grunt-contrib-concat": "~0.4.0",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-cssmin": "^0.9.0",
|
|
"grunt-contrib-uglify": "^0.4.0",
|
|
"grunt-filerev": "^0.2.1",
|
|
"grunt-html-angular-validate": "^0.4.0",
|
|
"grunt-usemin": "~2.1.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 webapp/config/karma.conf.js --single-run --browsers Firefox"
|
|
}
|
|
}
|
|
|