-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (64 loc) · 1.65 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"title": "webdevs-craft",
"name": "webdevs-craft",
"description": "Webdevs Page with Craft CMS",
"version": "0.0.1",
"license": "MIT",
"repository": "https://github.com/teamwebdevs/webdevs-craft.git",
"author": {
"name": "webdevs",
"email": "[email protected]",
"url": "http://webdevs.xyz"
},
"cssFileName": "style",
"devDependencies": {
"autoprefixer": "^6.1.1",
"browser-sync": "2.10.0",
"css-parse": "1.5.3",
"gulp": "^3.9.0",
"gulp-bump": "1.0.0",
"gulp-changed": "1.3.0",
"gulp-cheerio": "^0.6.2",
"gulp-combine-media-queries": "^0.2.0",
"gulp-concat": "2.6.0",
"gulp-csso": "^1.0.1",
"gulp-header": "~1.7.1",
"gulp-strip-banner": "0.0.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "2.4.0",
"gulp-jshint": "1.10.0",
"gulp-load-plugins": "^1.0.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-prettify": "0.3.0",
"gulp-ruby-sass": "2.0.5",
"gulp-sass": "2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-svg-sprite": "^1.2.14",
"gulp-uglify": "1.2.0",
"gulp-include": "^2.0.2",
"gulp-util": "3.0.6",
"gulp-twig": "^0.4.0",
"gulp.spritesmith": "^5.0.1",
"imagemin-pngquant": "^4.2.0",
"imagemin-svgo": "^4.1.2",
"jshint-stylish": "^2.0.1",
"markdown": "0.5.0",
"matchdep": "0.3.0",
"sassdoc": "2.1.15",
"sc5-styleguide": "^0.3.40",
"postcss-assets": "^3.0.2",
"postcss-svg": "^1.0.4",
"run-sequence": "1.1.4",
"vinyl": "^0.4.6",
"yargs": "^3.10.0"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {}
}