-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.89 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "wok",
"description": "A Static Website Boilerplate",
"version": "3.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/fevrcoding/wok.git"
},
"author": {
"name": "Marco Solazzi",
"url": "https://github.com/dwightjack"
},
"contributors": [
{
"name": "Matteo Guidotto",
"url": "https://github.com/mguidotto"
},
{
"name": "Umberto Quintarelli",
"url": "https://github.com/quincia"
}
],
"main": "Gruntfile.js",
"engines": {
"node": "~0.12.7"
},
"dependencies": {
"html5shiv": "3.7.3"
},
"devDependencies": {
"autoprefixer": "6.4.0",
"browser-sync": "2.14.0",
"customizr": "https://github.com/doctyper/customizr/tarball/develop",
"datauri": "1.0.4",
"del": "2.2.2",
"ftps": "0.4.7",
"glob": "7.0.6",
"gulp": "3.9.1",
"gulp-bump": "2.4.0",
"gulp-changed": "1.3.2",
"gulp-concat": "2.6.0",
"gulp-filter": "4.0.0",
"gulp-header": "1.8.8",
"gulp-if": "2.0.1",
"gulp-imagemin": "3.0.3",
"gulp-load-plugins": "1.2.4",
"gulp-minify-css": "1.2.4",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.1",
"gulp-rename": "1.2.2",
"gulp-rev": "7.1.2",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "2.3.2",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "2.0.0",
"gulp-useref": "3.1.0",
"gulp-util": "3.0.7",
"hasbin": "1.2.3",
"image-size": "0.5.0",
"inquirer": "1.1.2",
"lazypipe": "1.0.1",
"lodash": "4.15.0",
"lorem-ipsum": "1.0.3",
"marked": "0.3.6",
"mkdirp": "0.5.1",
"modernizr": "3.3.1",
"node-sass": "3.8.0",
"nunjucks": "2.4.2",
"nunjucks-markdown": "2.0.0",
"rsyncwrapper": "1.0.1",
"run-sequence": "1.2.2",
"semver": "5.3.0",
"ssh2": "0.5.0",
"through2": "2.0.1",
"yargs": "5.0.0"
}
}