-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "assemble-jekyll",
"description": "Yeoman generator for Assemble that generate layouts, pages, partials, and markdown content for Jekyll static site.",
"version": "0.4.2",
"homepage": "https://github.com/hariadi/assemble-jekyll",
"author": {
"name": "Hariadi Hinta",
"url": "http://github.com/hariadi/"
},
"repository": {
"type": "git",
"url": "https://github.com/hariadi/assemble-jekyll.git"
},
"bugs": {
"url": "https://github.com/hariadi/assemble-jekyll/issues"
},
"engines": {
"node": ">=0.8.x"
},
"scripts": {
"test": "grunt assemble"
},
"devDependencies": {
"assemble": "~0.4.37",
"assemble-contrib-permalinks": "https://github.com/hariadi/assemble-contrib-permalinks/tarball/filename-replacement",
"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-prettify": "~0.2.1",
"time-grunt": "^0.2.10"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hariadi/assemble-jekyll/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"lodash": "~4.17.15"
},
"keywords": [
"assemble",
"jekyll",
"templates",
"handlebars",
"site generator",
"site builder",
"grunt"
]
}