forked from assemble/assemble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 2.42 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
{
"name": "assemble",
"description": "Visit http://assemble.io. Assemble is a full-featured documentation, site and component generator built on Grunt.js.",
"version": "0.4.4",
"homepage": "https://github.com/assemble/assemble",
"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 test"
},
"dependencies": {
"lodash": "~1.1.1",
"marked": "~0.2.8",
"highlight.js": "~7.3.0",
"assemble-handlebars": "https://github.com/assemble/assemble-handlebars/tarball/master",
"inflection": "~1.2.5",
"js-yaml": "~2.0.5"
},
"devDependencies": {
"chai": "~1.5.0",
"grunt": "~0.4.1",
"grunt-mocha-test": "~0.2.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"assemble-internal": "~0.2.0"
},
"keywords": [
"blog generator",
"blog",
"boilerplate",
"boilerplates",
"bootstrap",
"build and deployment",
"build bootstrap",
"build system",
"build",
"builder",
"compile",
"compiler",
"components",
"conventions",
"deploy",
"example handlebars",
"framework",
"generator",
"gh-pages",
"grunt task",
"grunt",
"gruntplugin",
"handlebars",
"helpers",
"jekyll alternative",
"jekyll static",
"jekyll",
"json",
"mock",
"mocking",
"modules",
"mustache",
"node blog",
"node jekyll",
"parse",
"parser",
"partial",
"partials",
"pre-processor",
"preprocessor",
"render",
"renderer",
"scaffold",
"scaffolds",
"site builder",
"site generator",
"site generators",
"static HTML",
"static site",
"templates",
"templating",
"theme",
"themes",
"tool",
"toolkit",
"utility",
"web development",
"web framework",
"yaml front matter",
"yaml"
]
}