-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
101 lines (101 loc) · 3.17 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "Tendrl",
"description": "Dashboard",
"version": "1.6.3",
"dependencies": {
"@uirouter/angularjs": "1.0.18",
"angular": "~1.5.8",
"angular-animate": "~1.5.8",
"angular-bootstrap-switch": "~0.5.2",
"angular-cookies": "~1.5.8",
"angular-growl-v2": "~0.7.5",
"angular-motion": "~0.4.4",
"angular-patternfly": "4.18.0",
"angular-resource": "~1.5.8",
"angular-route": "~1.5.8",
"angular-sanitize": "~1.5.8",
"angular-strap": "~2.3.10",
"angular-ui-bootstrap": "~2.2.0",
"bootstrap": "^3.3.7",
"bootstrap-datepicker": "~1.6.4",
"bootstrap-select": "1.12.2",
"bootstrap-tooltip": "~3.1.1",
"c3": "~0.4.11",
"c3-angular": "git://github.com/jettro/c3-angular-directive#1.3.1",
"d3": "~3.5.17",
"es6-shim": "~0.35.1",
"font-awesome": "^4.7.0",
"idb-wrapper": "~1.7.1",
"jquery": "~3.1.1",
"ng-device-detector": "^5.1.2",
"numeral": "~1.5.3",
"patternfly": "~3.51.1"
},
"devDependencies": {
"angular-mocks": "~1.5.8",
"ansi-colors": "^1.1.0",
"autoprefixer": "^7.1.3",
"browser-sync": "^2.18.13",
"chai": "^3.5.0",
"datatables": "^1.10.13",
"del": "*",
"fancy-log": "^1.3.2",
"glob": "~7.1.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^4.0.1",
"gulp-debug": "*",
"gulp-eslint": "^2.0.1",
"gulp-if": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-inject": "^4.1.0",
"gulp-load-plugins": "*",
"gulp-ng-annotate": "^2.0.0",
"gulp-noop": "^1.0.0",
"gulp-postcss": "^6.0.10",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "*",
"gulp-uglify": "^2.0.0",
"http-proxy": "^1.16.2",
"karma": "~1.3.0",
"karma-chai": "~0.1.0",
"karma-coverage": "~1.1.1",
"karma-mocha": "~1.2.0",
"karma-mocha-reporter": "~2.2.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mocha": "^3.1.2",
"request": "^2.78.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.6"
},
"TendrlProps": {
"preloads": [],
"resources": {
"../node_modules/patternfly/dist/fonts/*.*": "fonts/",
"../node_modules/font-awesome/fonts/*.*": "fonts/",
"../node_modules/patternfly/node_modules/font-awesome/fonts/*.*": "dist/components/font-awesome/fonts"
},
"targetBrowsers": [
"last 2 version"
],
"cssMain": "commons/scss/main.scss",
"jsFiles": [
"commons/js/index.js",
"commons/**/*.js",
"modules/**/*.js"
],
"htmlFiles": [
"index.html"
],
"config": "config.json",
"buildDestination": "./dist/",
"archiveExtension": ".tar.gz"
}
}