-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
111 lines (111 loc) · 2.2 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
{
"name": "assemble-render-file",
"description": "Assemble plugin for rendering views in a vinyl pipeline.",
"version": "1.0.3",
"homepage": "https://github.com/assemble/assemble-render-file",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "assemble/assemble-render-file",
"bugs": {
"url": "https://github.com/assemble/assemble-render-file/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=4.7.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"async-array-reduce": "^0.2.1",
"debug": "^2.6.8",
"file-is-binary": "^1.0.0",
"is-valid-app": "^0.3.0",
"lazy-cache": "^2.0.2",
"mixin-deep": "^1.2.0",
"plugin-error": "^0.1.2",
"through2": "^2.0.3"
},
"devDependencies": {
"assemble-fs": "^1.0.0",
"assemble-streams": "^1.0.1",
"engine-base": "^0.1.3",
"engine-handlebars": "^0.8.2",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-format-md": "^0.1.12",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.4.1",
"should": "^11.2.1",
"templates": "^1.2.8"
},
"keywords": [
"assemble",
"assembleplugin",
"boilerplate",
"build",
"cli",
"cli-app",
"command-line",
"create",
"dev",
"development",
"engine",
"file",
"framework",
"front",
"frontend",
"plugin",
"project",
"projects",
"render",
"scaffold",
"scaffolder",
"scaffolding",
"stream",
"template",
"templates",
"view",
"views",
"vinyl",
"webapp",
"yeoman",
"yo"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assemble",
"assemble-loader",
"assemble-streams",
"base",
"verb"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
}
}