-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (44 loc) · 1.02 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
{
"name": "osha-dvt-ilo",
"version": "1.0.0",
"description": "Gulp: ILO dashboard",
"main": "gulpfile.js",
"scripts": {
},
"keywords": [
"EU-OSHA",
"dvt",
"pentaho",
"dashboard"
],
"author": "",
"license": "ISC",
"devDependencies": {
"bower": "~1.7.7",
"gulp": "^3.9.1",
"gulp-bower": "^0.0.13",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.6",
"gulp-concat": "^2.6.0",
"gulp-connect": "^4.1.0",
"gulp-debug": "^2.1.2",
"gulp-define-module": "^0.1.4",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-json-minify": "^1.0.5",
"gulp-json-sass": "^0.0.2",
"gulp-livereload": "^3.8.1",
"gulp-minify": "^0.0.12",
"gulp-ngdocs": "^0.2.13",
"gulp-open": "^2.0.0",
"gulp-phantom": "^0.0.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-angular-templatecache": "^1.9.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-webshot": "^0.2.2"
}
}