-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.91 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
50
51
52
53
{
"name": "safetag-toolkit",
"version": "0.4.2",
"description": "SAFETAG Toolkit - Audit Activity Planner",
"main": "content.yml",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contentascode/safetag-toolkit.git"
},
"author": "",
"license": "CC-BY-SA-3.0",
"dependencies": {
"filter.js": "github:perfectwebteam/filter.js",
"handlebars": "^4.7.7",
"lodash": "^4.17.4",
"metalsmith-assets-copy": "0.0.2",
"metalsmith-assets-improved": "github:contentascode/metalsmith-assets-improved#release",
"metalsmith-contentascode-next": "^0.0.1",
"metalsmith-contentascode-next-index": "^0.0.1",
"metalsmith-debug": "^1.1.0",
"metalsmith-dynamic-collections": "^0.0.1",
"metalsmith-env": "^2.0.0",
"metalsmith-filemetadata": "^1.0.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.8.1",
"metalsmith-lunr": "github:contentascode/metalsmith-lunr",
"metalsmith-markdown": "^0.2.1",
"metalsmith-markdown-taxonomy": "^0.1.0",
"metalsmith-matters": "^1.2.0",
"metalsmith-metacopy": "^0.2.0",
"metalsmith-migrate-safetag": "^0.2.2",
"metalsmith-packages": "^0.1.0",
"metalsmith-pandoc": "^0.2.3",
"metalsmith-paths": "^3.0.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-remark-lint": "^0.0.5",
"metalsmith-search-meta": "github:iilab/metalsmith-search-meta",
"metalsmith-serve": "^0.0.7",
"metalsmith-text-replace": "^1.0.1",
"metalsmith-transclude": "^0.3.10",
"metalsmith-transclude-transform": "^0.1.11",
"metalsmith-watch": "^1.0.3",
"metalsmith-writemetadata": "github:contentascode/metalsmith-writemetadata",
"metalsmith-yaml": "github:astralfrontier/metalsmith-yaml",
"pug": "^2.0.0-rc.2",
"safetag-next": "^0.0.1",
"sortablejs": "^1.6.0"
}
}