-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1013 Bytes
/
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
{
"name": "assemble-navigation",
"version": "0.4.1",
"description": "Create navigation data for use as menus in Assemble.js",
"main": "index.js",
"scripts": {
"test": "mocha test/*-spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/criticalmash/assemble-navigation.git"
},
"keywords": [
"assemble",
"static",
"generator",
"navigation",
"menu",
"assemble middleware"
],
"author": {
"email": "[email protected]",
"name": "John O'Donnell",
"url": "http://criticalmash.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/criticalmash/assemble-navigation/issues"
},
"homepage": "https://github.com/criticalmash/assemble-navigation",
"devDependencies": {
"assemble": "^0.15.0",
"chai": "^3.5.0",
"through2": "^2.0.1"
},
"dependencies": {
"lodash": "^4.13.1",
"mixin-deep": "^1.1.3",
"rewrite-ext": "^0.2.0",
"underscore.string": "^3.3.4",
"vinyl": "^1.1.1"
}
}