-
Notifications
You must be signed in to change notification settings - Fork 361
/
package.json
49 lines (49 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "treeherder",
"description": "Mozilla Treeherder reporting dashboard",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/treeherder.git"
},
"license": "MPL-2.0",
"engines": {
"node": "7.7.1"
},
"dependencies": {
"babel-preset-es2015": "6.18.0",
"grunt": "1.0.1",
"grunt-angular-templates": "1.1.0",
"grunt-babel": "6.0.0",
"grunt-cache-bust": "1.4.1",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.2",
"grunt-contrib-uglify": "2.0.0",
"grunt-usemin": "3.1.1",
"load-grunt-tasks": "3.5.2"
},
"devDependencies": {
"browserify": "^13.1.1",
"eslint": "3.8.0",
"grunt-eslint": "19.0.0",
"grunt-html-angular-validate": "0.5.8",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-browserify": "^5.1.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-jasmine": "1.0.2",
"karma-junit-reporter": "1.0.0",
"karma-ng-scenario": "0.1.0",
"minimist": "1.2.0",
"ngreact-test-utils": "^1.0.3",
"react": "^15.3.1",
"react-dom": "^15.4.1",
"watchify": "^3.8.0"
},
"scripts": {
"test": "karma start tests/ui/config/karma.conf.js --single-run --browsers Firefox"
}
}