forked from valnicky/Ulight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "ulight",
"title": "Ulight CSS framework",
"description": "A light Framework for Front-End Developer to build original and artistic websites!",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maevanapcontact/Ulight"
},
"keywords": [
"sass",
"scss",
"CSS",
"boilerplate",
"gulp"
],
"bugs": {
"url": "https://github.com/maevanapcontact/Ulight/issues"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.0.0-rc4",
"colors": "^1.1.2",
"del": "^3.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.4.3",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "1.3.4",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.2",
"gulp-uglify": "^3.0.0",
"imagemin-pngquant": "^5.0.1",
"run-sequence": "^2.2.0",
"vinyl-paths": "^2.0.0"
}
}