treeherder/package.json

44 строки
1.2 KiB
JSON
Исходник Обычный вид История

2014-04-08 21:40:33 +04:00
{
"name": "treeherder",
"description": "Mozilla Treeherder reporting dashboard",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/treeherder.git"
},
"license": "MPL-2.0",
"engines": {
"node": "6.2.0"
},
"dependencies": {
"babel-preset-es2015": "6.13.2",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-babel": "6.0.0",
"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": {
"eslint": "1.8.0",
"grunt-eslint": "17.3.1",
"grunt-html-angular-validate": "0.5.2",
"jasmine-core": "2.3.4",
"karma": "0.13.19",
"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",
"minimist": "1.2.0"
2014-04-08 21:40:33 +04:00
},
"scripts": {
"test": "karma start tests/ui/config/karma.conf.js --single-run --browsers Firefox"
2014-04-08 21:40:33 +04:00
}
}