-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 2.73 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "static-sites",
"description": "Site by Antonius M. Hogebrandt",
"main": "",
"version": "1.0.1",
"authors": [
"Antonius Marie Hogebrandt <[email protected]>"
],
"license": "MIT",
"moduleType": [],
"homepage": "https://antoniusm.se",
"private": true,
"devDependencies": {
"assemble": "^0.17.1",
"assemble-collections": "^0.2.1",
"assemble-indexer": "^0.1.2",
"assemble-navigation": "^0.4.0",
"assemble-permalinks": "^0.3.1",
"async-each": "^1.0.1",
"bluebird": "^3.4.6",
"browser-sync": "^2.11.1",
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"del": "^2.2.0",
"doctoc": "^1.2.0",
"extname": "^0.1.5",
"fibers": "^1.0.15",
"fontfaceobserver": "^1.6.3",
"get-first": "^0.1.2",
"gm": "^1.23.0",
"growl": "^1.9.2",
"gulp": "^2.7.0",
"gulp-bump": "^1.0.0",
"gulp-cache": "^0.4.2",
"gulp-csso": "^1.0.1",
"gulp-extname": "^0.2.2",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.7.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inline-css": "^3.1.0",
"gulp-jshint": "^2.0.0",
"gulp-jsvalidate": "^2.1.0",
"gulp-load-plugins": "^1.2.0",
"gulp-modernizr": "0.0.0",
"gulp-notify": "^2.2.0",
"gulp-pleeease": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-rev-all": "^0.8.22",
"gulp-robots": "^2.0.4",
"gulp-sass": "^2.2.0",
"gulp-sitemap": "^3.0.0",
"gulp-size": "^2.0.0",
"gulp-smoosher": "0.0.9",
"gulp-sourcemaps": "^1.6.0",
"gulp-tag-version": "^1.3.0",
"gulp-typeset": "0.0.2",
"gulp-uglify": "^1.5.2",
"gulp-useref": "^3.0.5",
"handlebars": "^4.0.5",
"handlebars-helpers": "^0.7.5",
"helper-link-to": "^0.1.2",
"helper-markdown": "^0.2.1",
"helper-moment": "^0.1.0",
"html5-lint": "^0.2.5",
"jquery": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"json2yaml": "^1.1.0",
"lodash": "^4.3.0",
"magnific-popup": "^1.0.1",
"main-bower-files": "^2.11.1",
"mixin-deep": "^1.1.3",
"mkdirp": "^0.5.1",
"moment": "^2.11.2",
"navigation-helpers": "^0.1.0",
"normalize-opentype.css": "^0.2.4",
"normalize.css": "^3.0.3",
"paginationator": "^0.1.4",
"picturefill": "^3.0.2",
"prompt": "^1.0.0",
"relative-dest": "^0.1.0",
"rss": "^1.2.1",
"sleep": "^5.0.0",
"sprintf-js": "^1.0.3",
"tag-cloud": "^1.1.3",
"through2": "^2.0.1",
"typogr": "^0.6.6",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"walk": "^2.3.9",
"word-count": "^0.2.2",
"yamljs": "^0.2.4",
"yargs": "^3.32.0"
},
"config": {
"buildDir": "build",
"deployDir": "build/Release"
},
"scripts": {
"start": "cd build && python -m SimpleHTTPServer 9000"
}
}