-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1014 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
{
"name": "metalsmith-keymaster",
"version": "1.0.2",
"description": "A metalsmith plugin to copy or create file properties, and save under new keys.",
"main": "keymaster.js",
"scripts": {
"test": "nyc --reporter=lcov tape test/test.js",
"coverage": "nyc --reporter=text-lcov report | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MorganConrad/metalsmith-keymaster.git"
},
"keywords": [
"metalsmith",
"plugin",
"copy",
"add",
"file",
"values",
"framework"
],
"devDependencies": {
"coveralls": "^3.1.1",
"nyc": "^15.1.0",
"tape": "^5.3"
},
"files": [],
"author": "Morgan Conrad <[email protected]> (http://flyingspaniel.com/)",
"contributors": [
"Simon Carpinter (https://simon.carpinter.name/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MorganConrad/metalsmith-keymaster/issues"
},
"homepage": "https://github.com/MorganConrad/metalsmith-keymaster#readme"
}