Added more keywords and bug link to package.json
parent
4ac40fee5e
commit
d6895537ac
|
@ -5,3 +5,4 @@ build/*
|
||||||
!build/node
|
!build/node
|
||||||
docs
|
docs
|
||||||
.vscode
|
.vscode
|
||||||
|
.github
|
||||||
|
|
|
@ -19,13 +19,16 @@
|
||||||
"hex",
|
"hex",
|
||||||
"encoding",
|
"encoding",
|
||||||
"format",
|
"format",
|
||||||
"cybersecurity"
|
"cybersecurity",
|
||||||
|
"data manipulation",
|
||||||
|
"data analysis"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/gchq/CyberChef/"
|
"url": "https://github.com/gchq/CyberChef/"
|
||||||
},
|
},
|
||||||
"main": "build/node/CyberChef.js",
|
"main": "build/node/CyberChef.js",
|
||||||
|
"bugs": "https://github.com/gchq/CyberChef/issues",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.24.0",
|
"babel-core": "^6.24.0",
|
||||||
"babel-loader": "^6.4.0",
|
"babel-loader": "^6.4.0",
|
||||||
|
|
Loading…
Reference in New Issue