-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "assemble-blog-theme",
"description": "Blog theme and boilerplate for Assemble, the static site generator for Grunt.js, Node.js and Yeoman.",
"version": "0.1.1",
"homepage": "https://github.com/upstage/assemble-blog-theme",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/upstage/assemble-blog-theme.git"
},
"bugs": {
"url": "https://github.com/upstage/assemble-blog-theme/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/upstage/assemble-blog-theme/blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"assemble": "~0.4.37",
"assemble-less": "~0.7.0",
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"handlebars-helper-compose": "~0.2.12",
"handlebars-helper-lorem": "~0.1.0",
"handlebars-helper-prettify": "~0.2.1",
"lodash": "~2.4.1"
},
"keywords": [
"handlebars-helper-compose",
"handlebars-helper-lorem",
"handlebars-helper-prettify",
"upstage",
"assemble",
"blog generator",
"blog",
"boilerplate",
"component generator",
"grunt static site generator",
"handlebars",
"site generator",
"static site generator",
"templates",
"theme",
"yeoman static site generator"
]
}