-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 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
{
"name": "calaos-web-app",
"version": "3.0.0",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-debug": "^4.0.0",
"gulp-file": "^0.4.0",
"gulp-filelist": "^1.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jsonminify": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.1.0",
"gulp-notify": "^3.2.0",
"gulp-rev": "^8.1.1",
"gulp-uglify-es": "^1.0.4",
"gulp-usemin": "^0.3.29",
"gulp-util": "^3.0.8",
"imagemin-jpegtran": "^5.0.2",
"jpegtran-bin": "^3.2.0",
"jshint-stylish": "^2.2.1",
"opn": "^5.3.0",
"stream-combiner2": "^1.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"author": {
"name": "Calaos Team",
"email": "[email protected]",
"url": "http://calaos.fr"
},
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/calaos/calaos-web-app.git"
}
}