Ver código fonte

Added more keywords and bug link to package.json

n1474335 8 anos atrás
pai
commit
d6895537ac
2 arquivos alterados com 5 adições e 1 exclusões
  1. 1 0
      .npmignore
  2. 4 1
      package.json

+ 1 - 0
.npmignore

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

+ 4 - 1
package.json

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