forked from assemble/grunt-assemble-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.5 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
{
"name": "grunt-assemble-navigation",
"description": "Assemble navigation plugin. Automatically generate Bootstrap-style, multi-level side nav. See the sidenav on assemble.io for a demonstration.",
"version": "0.1.0",
"homepage": "https://github.com/assemble/grunt-assemble-navigation",
"author": "Jon Schlinkert (http://github.com/jonschlinkert)",
"repository": {
"type": "git",
"url": "git://github.com/assemble/grunt-assemble-navigation.git"
},
"bugs": {
"url": "https://github.com/assemble/grunt-assemble-navigation/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/assemble/grunt-assemble-navigation/blob/master/LICENSE"
},
"files": [
"index.js",
"lib/"
],
"main": "index.js",
"engines": {
"node": ">=0.8"
},
"dependencies": {
"cheerio": "~0.15.0",
"template": "~0.1.7",
"verbalize": "~0.1.2"
},
"keywords": [
"assemble",
"assemblemiddleware",
"assembleplugin",
"middleware",
"nav",
"navigation",
"side",
"side-nav",
"sidenav"
],
"verb": {
"related": {
"list": [
"grunt-assemble",
"grunt-assemble-anchors",
"grunt-assemble-contextual",
"grunt-assemble-decompress",
"grunt-assemble-download",
"grunt-assemble-i18n",
"grunt-assemble-lunr",
"grunt-assemble-navigation",
"grunt-assemble-permalinks",
"grunt-assemble-sitemap",
"grunt-assemble-toc",
"grunt-assemble-wordcount"
]
}
}
}