forked from assemble/assemble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 2.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "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.",
"version": "0.4.35",
"homepage": "http://assemble.io",
"author": {
"name": "Assemble",
"url": "https://github.com/assemble/assemble"
},
"contributors": [
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
}
],
"repository": {
"type": "git",
"url": "git://github.com/assemble/assemble.git"
},
"bugs": {
"url": "git://github.com/assemble/assemble/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/assemble/blob/master/LICENSE-MIT"
}
],
"main": "./lib/assemble",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt mochaTest"
},
"dependencies": {
"assemble-handlebars": "~0.2.0",
"assemble-yaml": "~0.1.5",
"inflection": "~1.2.6",
"lodash": "~1.3.1",
"resolve-dep": "~0.1.1",
"underscore.string": "~2.3.3",
"async": "~0.2.9"
},
"devDependencies": {
"chai": "~1.8.1",
"frep": "~0.1.2",
"grunt": "0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-mocha-test": "~0.7.0",
"grunt-prettify": "~0.3.1",
"grunt-readme": "~0.4.0",
"grunt-release": "0.6.0",
"grunt-repos": "~0.1.2",
"grunt-sync-pkg": "~0.1.1",
"handlebars-helper-eachitems": "~0.1.2",
"pretty": "~0.1.1",
"time-grunt": "~0.1.2"
},
"keywords": [
"blog generator",
"boilerplate",
"boilerplates",
"bootstrap",
"build and deployment",
"build bootstrap",
"components",
"generator",
"grunt blog",
"grunt pages",
"grunt site generator",
"grunt static site generator",
"grunt static site",
"grunt static",
"grunt task",
"grunt",
"gruntplugin",
"handlebars",
"handlebars-helper-eachitems",
"helpers",
"javascript static site generator",
"jekyll alternative",
"jekyll static",
"jekyll",
"node blog",
"node jekyll",
"node static site generator",
"node.js static site generator",
"partial",
"partials",
"scaffold",
"scaffolds",
"site blog generator",
"site builder",
"site generator",
"site generators",
"static blog",
"static HTML",
"static site build",
"static site builder",
"static site generator",
"static site generators",
"static site",
"static website",
"static",
"templates",
"templating",
"yaml front matter",
"yeoman generator",
"yeoman site",
"yeoman static site generator",
"yeoman static site",
"yeoman"
]
}