-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.47 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.47 KB
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
{
"name": "assemble-pager",
"description": "Assemble plugin that adds prev/next pager information to the context.",
"version": "0.1.2",
"homepage": "https://github.com/assemble/assemble-pager",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "assemble/assemble-pager",
"bugs": {
"url": "https://github.com/assemble/assemble-pager/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"is-valid-app": "^0.2.1",
"plugin-error": "^0.1.2",
"relative": "^3.0.2",
"through2": "^2.0.3"
},
"devDependencies": {
"assemble": "^0.22.0",
"assemble-fs": "^1.0.0",
"gulp-format-md": "^0.1.11",
"mocha": "^3.2.0"
},
"keywords": [
"assemble",
"assembleplugin",
"boilerplate",
"build",
"cli",
"cli-app",
"command-line",
"create",
"dev",
"development",
"framework",
"front",
"frontend",
"pager",
"paginate",
"pagination",
"paging",
"plugin",
"project",
"projects",
"scaffold",
"scaffolder",
"scaffolding",
"template",
"templates",
"webapp",
"yeoman",
"yo"
],
"verb": {
"toc": true,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}