-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
58 lines (58 loc) · 1.36 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
{
"name": "assemble-examples-markdown",
"description": "Use Assemble to generate HTML pages from markdown content. Useful for wikis, gh-pages, documentation and blogs or sites with markdown posts.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/assemble-examples-markdown/",
"author": {
"name": "Assemble"
},
"contributors": [
{
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
{
"name": "Brian Woodward",
"url": "https://github.com/doowb"
}
],
"repository": {
"type": "git",
"url": "git://github.com/assemble/assemble-examples-markdown.git"
},
"bugs": {
"url": "https://github.com/assemble/assemble-examples-markdown/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/assemble-examples-markdown/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt assemble"
},
"dependencies": {
"grunt-contrib-clean": "~0.4.1",
"assemble": "~0.4.0",
"grunt": "~0.4.1"
},
"keywords": [
"markdown",
"markdown to html",
"jekyll alternative",
"jekyll node.js",
"content",
"assemble",
"build",
"site generator",
"component generator",
"blog generator",
"handlebars",
"templates"
],
"devDependencies": {
"grunt-verb": "~0.2.3"
}
}