-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 841 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
{
"name": "metalsmith-matters",
"version": "1.2.0",
"description": "A Metalsmith plugin to read file metadata from frontmatter",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"lint": "jshint lib/ && jshint test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ajedi32/metalsmith-matters.git"
},
"keywords": [
"metalsmith"
],
"author": "Andrew Meyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ajedi32/metalsmith-matters/issues"
},
"homepage": "https://github.com/Ajedi32/metalsmith-matters#readme",
"dependencies": {
"gray-matter": "^2.0.1",
"is-utf8": "^0.2.0",
"metalsmith-each": "^0.1.1",
"object-assign": "^4.0.1"
},
"devDependencies": {
"jshint": "^2.9.2",
"metalsmith": "^2.0.1",
"mocha": "^2.3.2"
}
}