forked from assemble/assemble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
104 lines (104 loc) · 2.55 KB
/
bower.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
104
{
"name": "assemble",
"description": "Assemble is a powerful, extendable and easy to use static site generator for node.js. Used by thousands of projects for much more than building websites, Assemble is also used for creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, gh-pages and more! Plugins for gulp and grunt are also supported.",
"repository": "assemble/assemble",
"license": "MIT",
"homepage": "https://github.com/assemble/assemble",
"authors": [
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"main": [
"index.js"
],
"dependencies": {
"ansi-colors": "^0.1.0",
"assemble-core": "^0.9.0",
"assemble-loader": "^0.3.0",
"base-argv": "^0.3.0",
"base-cli": "^0.4.0",
"base-config": "^0.3.4",
"composer-runtimes": "^0.7.0",
"engine-handlebars": "^0.8.0",
"expand-args": "^0.3.1",
"export-files": "^2.1.0",
"find-pkg": "^0.1.1",
"global-modules": "^0.2.0",
"gulp-format-md": "^0.1.5",
"has-value": "^0.3.0",
"isobject": "^2.0.0",
"lazy-cache": "^1.0.3",
"matched": "^0.4.1",
"minimist": "^1.2.0",
"mixin-deep": "^1.1.3",
"opn": "^4.0.0",
"parser-front-matter": "^1.3.0",
"resolve-dir": "^0.1.0",
"success-symbol": "^0.1.0",
"time-stamp": "^0.1.3",
"try-open": "^0.1.0",
"word-wrap": "^1.1.0"
},
"devDependencies": {
"async": "^1.5.2",
"buffer-equal": "^1.0.0",
"consolidate": "^0.13.1",
"define-property": "^0.2.5",
"engine-base": "^0.1.2",
"event-stream": "^3.3.2",
"get-value": "^2.0.3",
"graceful-fs": "^4.1.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-extname": "^0.2.2",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-prettify": "^0.4.0",
"is-buffer": "^1.1.1",
"kind-of": "^3.0.2",
"load-pkg": "^3.0.1",
"mocha": "*",
"resolve-glob": "^0.1.8",
"rimraf": "^2.5.0",
"should": "*",
"sinon": "^1.17.2",
"swig": "^1.4.2",
"through2": "^2.0.0",
"vinyl": "^1.1.1"
},
"keywords": [
"assemble",
"blog",
"boilerplate",
"boilerplates",
"bootstrap",
"build",
"builder",
"component",
"docs",
"documentation",
"generate",
"generator",
"handlebars",
"helpers",
"html",
"jekyll",
"markdown",
"md",
"page",
"partial",
"post",
"scaffold",
"scaffolder",
"scaffolding",
"site",
"static",
"static-site",
"task",
"template",
"templates",
"templating",
"website",
"yaml",
"yeoman"
]
}