forked from iguazio/dashboard-controls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.37 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
{
"name": "iguazio.dashboard-controls",
"version": "0.1.2",
"main": "dist/js/iguazio.dashboard-controls.js",
"description": "Collection of resources (such as CSS styles, fonts and images) and AngularJs 1.x components and services to share among different Iguazio repos.",
"repository": {
"type": "git",
"url": "git@github.com:iguazio/dashboard-controls.git"
},
"bugs": {
"url": "https://github.com/iguazio/dashboard-controls/issues"
},
"keywords": ["Iguazio", "iguazio"],
"license": "Apache-2.0",
"homepage": "https://github.com/iguazio/dashboard-controls",
"author": {
"name": "Eran Nussbaum",
"email": "erann@iguazio.com"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"del": "^2.2.0",
"eslint": "3.17.1",
"eslint-plugin-angular": "1.4.1",
"express": "4.12.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-concat": "~2.5.2",
"gulp-cssnano": "^2.1.1",
"gulp-eslint": "3.0.1",
"gulp-file-transform-cache": ">=1.0.6",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^4.1.0",
"gulp-less": "~3.0.3",
"gulp-less-import": "^1.0.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "~1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-collector": "^1.0.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.4",
"merge2": "^0.3.6",
"monaco-editor": "^0.11.1",
"nodejs-fs-utils": "~1.0.26",
"run-sequence": "~1.1.0",
"sync-exec": "0.6.2",
"vinyl-paths": "^2.1.0",
"yargs": "3.10.0"
},
"devDependencies": {
"gulp-karma": "~0.0.4",
"jasmine-core": "~2.1.3",
"jasmine-reporters": "^2.2.0",
"jstoxml": "~0.2.3",
"karma": "~0.13",
"karma-chrome-launcher": "~0.1.7",
"karma-jasmine": "~0.3.4"
},
"autoupdate": {
"source": "git",
"target": "https://github.com/iguazio/dashboard-controls.git",
"basePath": "",
"files": [
"dist/js/iguazio.dashboard-controls.js",
"dist/less/iguazio.dashboard-controls.less"
]
}
}