Added more keywords and bug link to package.json

This commit is contained in:
n1474335 2017-04-27 10:43:11 +00:00
parent 4ac40fee5e
commit d6895537ac
2 changed files with 5 additions and 1 deletions

View File

@ -5,3 +5,4 @@ build/*
!build/node
docs
.vscode
.github

View File

@ -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",