-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.03 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
{
"name": "gulp-metalsmith-builder",
"version": "1.0.0",
"description": "a full-service build system based on Gulp, Metalsmith and assorted plugins",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/MichaelKornblum/gulp-metalsmith-builder.git"
},
"author": "Michael Kornblum",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MichaelKornblum/gulp-metalsmith-builder/issues"
},
"homepage": "https://github.com/MichaelKornblum/gulp-metalsmith-builder",
"devDependencies": {
"autoprefixer": "6.3.1",
"browser-sync": "2.10.0",
"browserify": "12.0.2",
"browserify-jade": "^1.0.2",
"coffeeify": "2.0.1",
"del": "2.2.0",
"gulp": "3.9.0",
"gulp-front-matter": "1.3.0",
"gulp-imagemin": "2.3.0",
"gulp-load-plugins": "1.2.0",
"gulp-postcss": "6.0.1",
"gulp-streamify": "0.0.5",
"gulp-stylus": "2.3.0",
"gulp-svg-symbols": "1.0.0",
"gulp-svgmin": "^1.2.1",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"gulpsmith": "0.5.5",
"harmonize": "1.4.4",
"inquirer": "0.11.4",
"jade": "1.11.0",
"jquery": "2.2.0",
"jsonfile": "^2.2.3",
"load-metalsmith-plugins": "0.1.1",
"lodash": "4.0.0",
"lodash.assign": "4.0.1",
"lost": "6.7.1",
"metalsmith": "2.1.0",
"metalsmith-beautify": "0.0.7",
"metalsmith-branch": "0.0.4",
"metalsmith-collections": "0.7.0",
"metalsmith-in-place": "1.3.2",
"metalsmith-layouts": "1.4.2",
"metalsmith-markdown": "0.2.1",
"metalsmith-metadata": "0.0.4",
"metalsmith-permalinks": "0.4.1",
"moment": "2.11.1",
"postcss": "5.0.12",
"postcss-position": "^0.4.0",
"poststylus": "0.2.2",
"run-sequence": "^1.1.4",
"rupture": "0.6.1",
"stream-browserify": "2.0.1",
"typographic": "^2.9.3",
"underscore.string": "3.2.3",
"vinyl-ftp": "0.4.5",
"vinyl-source-stream": "1.1.0",
"vinyl-transform": "1.0.0"
},
"dependencies": {}
}