forked from SAFETAG/SAFETAG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.01 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
{
"name": "safetag",
"version": "0.0.1",
"description": "SAFETAG is a curricula, a methodology, and a framework for security auditors working with advocacy groups.",
"main": "index.js",
"scripts": {
"build": "node_modules/.bin/metalsmith",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contentascode/SAFETAG.git"
},
"author": "",
"license": "CC-BY-SA-3.0",
"bugs": {
"url": "https://github.com/contentascode/SAFETAG/issues"
},
"homepage": "https://github.com/contentascode/SAFETAG#readme",
"dependencies": {
"hercule": "^4.0.1",
"metalsmith": "github:contentascode/metalsmith",
"metalsmith-assets-improved": "^1.0.0",
"metalsmith-debug": "^1.1.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-pandoc": "^0.2.3",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-transclude": "0.0.3",
"pug": "^2.0.0-rc.2"
}
}