This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
58 lines (58 loc) · 1.68 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
{
"name": "oshinko-console",
"version": "0.0.2",
"description": "Oshinko Console extension",
"main": "app.js",
"scripts": {
"postinstall": "node node_modules/protractor/node_modules/webdriver-manager/bin/webdriver-manager update --gecko=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radanalyticsio/oshinko-console.git"
},
"authors": [
"Red Hat"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/radanalyticsio/oshinko-console/issues"
},
"homepage": "https://github.com/radanalyticsio/oshinko-console#readme",
"devDependencies": {
"clean-css": "3.4.12",
"grunt": "0.4.5",
"grunt-angular-templates": "1.0.3",
"grunt-autoprefixer": "0.7.6",
"grunt-cli": "1.1.0",
"grunt-concurrent": "0.5.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.2",
"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": "1.0.1",
"grunt-htmlhint": "0.4.1",
"grunt-newer": "0.7.0",
"grunt-ng-annotate": "0.3.2",
"grunt-protractor-runner": "5.0.0",
"grunt-svgmin": "0.4.0",
"grunt-usemin": "2.4.0",
"html-minifier": "1.1.1",
"imagemin": "1.0.5",
"jasmine-spec-reporter": "4.2.0",
"jshint-stylish": "0.2.0",
"less": "2.6.1",
"load-grunt-tasks": "0.4.0",
"lodash": "3.10.1",
"protractor": "5.3.2",
"protractor-screenshot-reporter": "0.0.5",
"time-grunt": "0.3.2"
},
"engines": {
"node": ">=0.10.0"
}
}