-
Notifications
You must be signed in to change notification settings - Fork 230
/
package.json
75 lines (75 loc) · 2.18 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "origin-web-console",
"version": "3.9.0",
"dependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/openshift/origin.git"
},
"devDependencies": {
"bower": "1.8.8",
"clean-css": "3.4.12",
"connect-modrewrite": "0.7.9",
"geckodriver": "1.3.0",
"grunt": "0.4.5",
"grunt-angular-templates": "1.0.3",
"grunt-cli": "1.1.0",
"grunt-concurrent": "2.3.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-htmlmin": "1.3.0",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-htmlhint": "0.4.1",
"grunt-istanbul-coverage": "0.0.5",
"grunt-karma": "^2.0.0",
"grunt-newer": "0.7.0",
"grunt-ng-annotate": "0.3.2",
"grunt-protractor-runner": "1.2.1",
"grunt-replace": "1.0.1",
"grunt-svgmin": "4.0.0",
"grunt-usemin": "2.4.0",
"grunt-wiredep": "3.0.0",
"html-minifier": "1.1.1",
"imagemin": "1.0.5",
"jasmine-beforeall": "0.1.1",
"jasmine-core": "^2.8.0",
"jasmine-spec-reporter": "1.1.2",
"jshint-stylish": "0.2.0",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-diff-reporter": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-nightmare": "^0.4.10",
"karma-phantomjs-launcher": "^1.0.4",
"less": "2.6.1",
"load-grunt-tasks": "0.4.0",
"lodash": "3.10.1",
"protractor": "1.7.0",
"protractor-screenshot-reporter": "^0.0.5",
"serve-static": "1.10.2",
"time-grunt": "0.3.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"clean-deps": "hack/clean-deps.sh",
"install-deps": "hack/install-deps.sh",
"test": "grunt test",
"build": "grunt build",
"serve": "grunt serve",
"start": "grunt serve",
"test-integration": "grunt test-integration"
}
}