-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "metalsmith-collections-archive",
"version": "1.1.2",
"description": "Generate archive metadata and directories for Metalsmith collections.",
"main": "lib/index.js",
"scripts": {
"test": "gulp",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanneves/metalsmith-collections-archive.git"
},
"keywords": [
"metalsmith",
"filename",
"collection",
"archive"
],
"author": "Yann Eves ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanneves/metalsmith-collections-archive/issues"
},
"homepage": "https://github.com/yanneves/metalsmith-collections-archive#readme",
"devDependencies": {
"@metalsmith/collections": "^1.3.0",
"@metalsmith/layouts": "^2.7.0",
"assert-dir-equal": "^1.1.0",
"chai": "^4.1.2",
"gulp": "^4.0.2",
"gulp-eslint": "^4.0.2",
"gulp-jscs": "^4.1.0",
"gulp-mocha": "^5.0.0",
"jstransformer-handlebars": "^1.1.0",
"metalsmith": "^2.3.0"
},
"peerDependencies": {
"@metalsmith/collections": "^1.3.0"
},
"dependencies": {
"debug": "^3.1.0",
"lodash": "^4.17.5",
"moment": "^2.21.0"
},
"engines": {
"node": ">=6.0.0"
}
}