-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 1.65 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
{
"name": "common-middleware",
"description": "Common middleware for applications built with base-methods (like assemble, verb, generate, and update)",
"version": "1.0.0",
"homepage": "https://github.com/jonschlinkert/common-middleware",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/common-middleware",
"bugs": {
"url": "https://github.com/jonschlinkert/common-middleware/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"debug": "^2.6.8",
"define-property": "^1.0.0",
"file-is-binary": "^1.0.0",
"is-valid-app": "^0.3.0",
"isobject": "^3.0.1",
"middleware-rename-file": "^1.0.0",
"middleware-utils": "^1.0.0",
"mixin-deep": "^1.2.0",
"parser-front-matter": "^1.6.4"
},
"devDependencies": {
"engine-base": "^0.1.3",
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2",
"templates": "^1.2.8"
},
"keywords": [
"common",
"front",
"front-matter",
"matter",
"middleware",
"parse",
"templates",
"yaml"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"data": {
"author": {
"username": "jonschlinkert"
}
},
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assemble-core",
"base",
"generate",
"update",
"verb"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
],
"lint": {
"reflinks": true
}
}
}