forked from noraj/rawsec-cybersecurity-inventory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 KB
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
{
"name": "rawsec-cybersecurity-list",
"version": "1.0.0",
"description": "A list of tools and resources about CyberSecurity",
"main": "gulpfile.js",
"devDependencies": {
"pug-lint": "2.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/noraj/rawsec-cybersecurity-list.git"
},
"keywords": [
"cybersecurity",
"security",
"infosec",
"inventory",
"list",
"tools",
"resources"
],
"author": "Alexandre ZANNI",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/noraj/rawsec-cybersecurity-list/issues"
},
"homepage": "https://gitlab.com/noraj/rawsec-cybersecurity-list#README",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@vizuaalog/bulmajs": "^0.11.0",
"bulma": "^0.9.0",
"del": "^6.0.0",
"font-mfizz": "^2.4.1",
"gulp": "^4.0.2",
"gulp-data": "^1.3.1",
"gulp-merge-json": "^2.1.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.1.0",
"jquery": "^3.5.1",
"minisearch": "^3.0.0",
"node-sass": "^4.14.1",
"pug": "^3.0.0",
"static-api": "^0.2.0",
"sweetalert2": "^10.0.2",
"tablefilter": "^0.7.2"
}
}