mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 08:37:07 +00:00
Added more keywords and bug link to package.json
This commit is contained in:
parent
4ac40fee5e
commit
d6895537ac
2 changed files with 5 additions and 1 deletions
|
@ -5,3 +5,4 @@ build/*
|
|||
!build/node
|
||||
docs
|
||||
.vscode
|
||||
.github
|
||||
|
|
|
@ -19,13 +19,16 @@
|
|||
"hex",
|
||||
"encoding",
|
||||
"format",
|
||||
"cybersecurity"
|
||||
"cybersecurity",
|
||||
"data manipulation",
|
||||
"data analysis"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gchq/CyberChef/"
|
||||
},
|
||||
"main": "build/node/CyberChef.js",
|
||||
"bugs": "https://github.com/gchq/CyberChef/issues",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.24.0",
|
||||
"babel-loader": "^6.4.0",
|
||||
|
|
Loading…
Reference in a new issue