-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 759 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 759 Bytes
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
{
"name": "lttp",
"version": "0.2.0",
"repository": "http://github.com/nathanziarek/nathanziarek.github.io.git",
"devDependencies": {
"bower": "^1.6.8",
"bower-files": "^2.0.0",
"del": "^1.1.1",
"gulp": "*",
"gulp-autoprefixer": "^2.0.0",
"gulp-bower-files": "^0.2.5",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.9",
"gulp-filter": "^2.0.0",
"gulp-flatten": "0.0.4",
"gulp-inline-base64": "^0.1.4",
"gulp-less": "^1.2.3",
"gulp-md5-plus": "^0.1.8",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.0"
},
"dependencies": {
"gulp-inline-base64": "^0.1.4",
"gulp-svg2png": "^0.3.0",
"gulp-svgmin": "^1.2.0",
"gulp-tinypng-compress": "^1.1.8",
"lodash": "^3.10.1"
}
}