-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
36 lines (36 loc) · 889 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
{
"name": "metalsmith-tags",
"version": "2.1.0",
"description": "A metalsmith plugin to create dedicated pages for tags in posts or pages.",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/totocaster/metalsmith-tags"
},
"keywords": [
"metalsmith",
"plugin",
"tags"
],
"author": "Toto Tvalavadze <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/totocaster/metalsmith-tags/issues"
},
"homepage": "https://github.com/totocaster/metalsmith-tags",
"devDependencies": {
"assert-dir-equal": "1.0.1",
"debug": "^3.1.0",
"handlebars": "*",
"metalsmith": "1.x",
"metalsmith-layouts": "1.x",
"mocha": "2.x",
"moment": "^2.10.3"
},
"dependencies": {
"slug": "^0.9.1"
}
}