-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
59 lines (59 loc) · 1.42 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
54
55
56
57
58
59
{
"name": "rawsec-cybersecurity-list",
"version": "1.0.0",
"description": "A list of tools and resources about CyberSecurity",
"main": "gulpfile.js",
"devDependencies": {
"gulp-replace": "^1.1.4",
"pug-lint": "2.7.0"
},
"scripts": {
"build-only": "gulp build",
"build": "gulp",
"server": "gulp server",
"build-pug": "gulp pug",
"test": "jest"
},
"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": "^6.7.1",
"@vizuaalog/bulmajs": "^0.12.2",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"bulma": "^1.0.2",
"del": "^8.0.0",
"font-mfizz": "^2.4.1",
"gulp": "^5.0.0",
"gulp-connect": "^5.7.0",
"gulp-data": "^1.3.1",
"gulp-merge-json": "^2.2.1",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"jest": "^29.7.0",
"jquery": "^3.7.1",
"minisearch": "^7.1.1",
"pug": "^3.0.3",
"sass": "^1.81.0",
"static-api": "^0.2.0",
"sweetalert2": "^11.14.5",
"tablefilter": "^0.7.2"
}
}