-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1007 Bytes
/
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
{
"name": "tenside-ui",
"license": "MIT",
"author": {
"name": "Christian Schiffler",
"email": "[email protected]",
"url": "https://www.cyberspectrum.de"
},
"repository": {
"type": "git",
"url": "http://github.com/tenside/ui.git"
},
"dependencies": {
"gulp": "^3.8",
"gulp-autoprefixer": "^1.0",
"gulp-bower": "^0.0",
"gulp-concat": "^2.4",
"gulp-imagemin": "^1.2",
"gulp-jade": "^1",
"gulp-minify-css": "^0.3",
"gulp-livereload": "^2.1",
"gulp-newer": "^0.3",
"gulp-run": "^1.6",
"gulp-sass": "^2.0",
"gulp-sourcemaps": "^1.2",
"gulp-uglify": "^1.0",
"gulp-debug": "^2.0",
"gulp-data": "^1.2",
"gulp-jsonminify": "~1.0",
"imagemin-optipng": "^4.0",
"imagemin-svgo": "^3.0",
"del": "^0.1",
"sync-exec": "^0.4",
"globby": "^2.0",
"clone": "^1.0"
}
}