-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.4 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
{
"name": "metalsmith-ancestry",
"version": "1.11.0",
"description": "Metalsmith plugin that establishes a family based on the files and folder structure in your source.",
"tags": [
"metalsmith",
"plugin",
"metadata",
"file",
"tree",
"ancestry"
],
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf coverage node_modules/ package-lock.json",
"readme": "cp README.pre README.md && jsdoc2md --no-cache -f 'lib/**/*' --global-index-format grouped --property-list-format list --param-list-format list >> README.md && cat README.post >> README.md",
"reinstall": "npm run clean && npm install",
"test": "istanbul cover jasmine",
"watch": "nodemon --exec jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/tests-always-included/metalsmith-ancestry.git"
},
"author": "Tyler Akins",
"license": "MIT",
"bugs": {
"url": "https://github.com/tests-always-included/metalsmith-ancestry/issues"
},
"homepage": "https://github.com/tests-always-included/metalsmith-ancestry#readme",
"dependencies": {
"metalsmith-plugin-kit": "^1.7.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"jasmine": "^5.4.0",
"jasmine-test-helpers": "^1.2.3",
"jsdoc-to-markdown": "^9.0.5",
"nodemon": "^3.1.7"
}
}