-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
111 lines (111 loc) · 3.39 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
{
"name": "grunt-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.6.3",
"homepage": "http://assemble.io",
"author": "Assemble (https://github.com/assemble/assemble)",
"contributors": [
"Ain Tohvri (http://tekkie.flashbit.net)",
"Alex Sanz (https://github.com/asans)",
"Anders D. Johnson (https://andrz.me)",
"Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me)",
"Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)",
"Carl A. Bauer <carl.a.bauer@gmail.com> (http://carlbauer.org)",
"Casey Garland <caseyg1204@gmail.com> (https://github.com/caseyg1204)",
"Dane Petersen (https://thegreatsunra.com)",
"Daniel Rauber (https://danielrauber.de)",
"Gion Kunz <gion.kunz@gmail.com> (https://github.com/gionkunz)",
"Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
"Jordan Thomas <mail@jordanthomas.me> (http://jordanthomas.me)",
"Justin Heideman <justin@fiddlyio.com> (http://fiddlyio.com)",
"Laurent Goderre <laurent.goderre@gmail.com> (https://github.com/LaurentGoderre)",
"Michael Mifsud (https://github.com/xzyfer)",
"Mikko Tapionlinna (http://mikko.tapionlinna.fi)",
"Munim Abdul <http://scr.im/munim> (http://www.munim.net)",
"Patrick Burtchaell <patrick@pburtchaell.com> (https://pburtchaell.com)",
"Sam Morrison (http://cnstechgroup.com)",
"Steven Black <steveb@stevenblack.com> (http://stevenblack.com)",
"Thomas Parisot <oncletom@users.noreply.github.com> (https://oncletom.io)",
"Thomas Traub (http://thomastraub.com)",
"Tyler Howarth (twitter.com/tylr)"
],
"repository": "assemble/grunt-assemble",
"bugs": {
"url": "https://github.com/assemble/grunt-assemble/issues"
},
"license": "MIT",
"files": [
"lib",
"tasks"
],
"main": "./lib/assemble",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt mochaTest"
},
"dependencies": {
"assemble-handlebars": "^0.4.1",
"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",
"helper-markdown": "^0.2.1",
"helper-md": "^0.2.1",
"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"
]
}