-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
102 lines (102 loc) · 2.04 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
{
"name": "assemble-loader",
"description": "Assemble plugin (^0.6.0) for loading globs of views onto custom view collections. Also works with verb or other Templates.js based applications.",
"version": "1.0.5",
"homepage": "https://github.com/assemble/assemble-loader",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "assemble/assemble-loader",
"bugs": {
"url": "https://github.com/assemble/assemble-loader/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"file-contents": "^1.0.1",
"is-registered": "^0.1.5",
"is-valid-glob": "^0.3.0",
"is-valid-instance": "^0.2.0",
"isobject": "^3.0.0",
"lazy-cache": "^2.0.2",
"load-templates": "^1.0.2"
},
"devDependencies": {
"engine-base": "^0.1.2",
"engine-handlebars": "^0.8.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.11",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.2.0",
"parser-front-matter": "^1.6.2",
"should": "^11.2.0",
"templates": "^1.2.4"
},
"keywords": [
"assemble",
"assembleplugin",
"blog",
"boilerplate",
"build",
"cli",
"cli-app",
"collection",
"command-line",
"create",
"dev",
"development",
"framework",
"front",
"frontend",
"loader",
"page",
"plugin",
"post",
"project",
"projects",
"scaffold",
"scaffolder",
"scaffolding",
"site",
"template",
"templates",
"view",
"webapp",
"yeoman",
"yo"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"load-templates",
"matched",
"micromatch"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
}
}