Added more keywords and bug link to package.json

feature-extract-files
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 !build/node
docs docs
.vscode .vscode
.github

View File

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