forked from assemble/grunt-assemble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
95 lines (95 loc) · 2.1 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
{
"name": "grunt-assemble",
"version": "0.6.0",
"main": [
"./lib/assemble"
],
"description": "Static site generator for Grunt.js, Yeoman and Node.js. Used by Zurb Foundation, Zurb Ink, H5BP/Effeckt, Less.js / lesscss.org, Topcoat, Web Experience Toolkit, and hundreds of other projects to build sites, themes, components, documentation, blogs and gh-pages.",
"homepage": "http://assemble.io",
"contributors": [
"Brian Woodward (https://github.com/doowb)",
"Jon Schlinkert (https://github.com/jonschlinkert)"
],
"repository": "assemble/grunt-assemble",
"bugs": {
"url": "https://github.com/assemble/grunt-assemble/issues"
},
"dependencies": {
"assemble-handlebars": "^0.4.0",
"async": "^0.9.0",
"gray-matter": "^0.4.2",
"inflection": "^1.3.6",
"lodash": "^2.4.1",
"resolve-dep": "^0.5.3"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.11.0",
"grunt-sync-pkg": "^0.1.2",
"grunt-verb": "^0.2.4",
"gruntify-eslint": "^3.1.0",
"handlebars-helper-eachitems": "^0.1.2",
"relative": "^0.1.4",
"sort-object": "^3.0.2",
"time-grunt": "^0.3.2"
},
"keywords": [
"alternative",
"blog",
"boilerplate",
"boilerplates",
"bootstrap",
"build",
"builder",
"components",
"deployment",
"front",
"generator",
"generators",
"grunt",
"gruntplugin",
"handlebars",
"handlebars-helper-eachitems",
"helpers",
"HTML",
"javascript",
"jekyll",
"matter",
"node",
"node.js",
"pages",
"partial",
"partials",
"scaffold",
"scaffolds",
"site",
"static",
"task",
"templates",
"templating",
"website",
"yaml",
"yeoman"
],
"authors": [
"Assemble (https://github.com/assemble/assemble)"
],
"license": "MIT",
"ignore": [
"actual",
"bower_components",
"fixtures",
"node_modules",
"temp",
"test",
"test.js",
"tmp"
],
"files": [
"lib"
]
}