{ "name": "cyberchef", "version": "4.0.0", "description": "CyberChef is a simple, intuitive web app for analysing and decoding data within a web browser.", "author": "n1474335 ", "homepage": "https://gchq.github.io/CyberChef", "copyright": "Crown copyright 2016", "license": "Apache-2.0", "keywords": [ "cipher", "cypher", "encode", "decode", "encrypt", "decrypt", "base64", "xor", "charset", "hex", "encoding", "format", "cybersecurity" ], "repository": { "type": "git", "url": "https://github.com/gchq/CyberChef/" }, "scripts": { "build": "webpack" }, "devDependencies": { "grunt": "~1.0.1", "grunt-chmod": "~1.1.1", "grunt-contrib-clean": "~1.0.0", "grunt-contrib-concat": "~1.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-cssmin": "~1.0.2", "grunt-contrib-htmlmin": "~2.0.0", "grunt-contrib-uglify": "~2.0.0", "grunt-contrib-watch": "~1.0.0", "grunt-eslint": "^19.0.0", "grunt-exec": "~1.0.1", "grunt-execute": "^0.2.2", "grunt-inline-alt": "~0.3.10", "grunt-jsdoc": "^2.1.0", "ink-docstrap": "^1.1.4", "phantomjs-prebuilt": "^2.1.14", "webpack": "^2.2.1" }, "dependencies": { "crypto-api": "^0.6.2", "crypto-js": "^3.1.9-1", "diff": "^3.2.0", "escodegen": "^1.8.1", "esmangle": "^1.0.1", "esprima": "^3.1.3", "google-code-prettify": "^1.0.5", "jquery": "^3.1.1", "jsbn": "^1.1.0", "jsrsasign": "^7.1.0", "moment": "^2.17.1", "moment-timezone": "^0.5.11", "sladex-blowfish": "^0.8.1", "vkbeautify": "^0.99.1", "zlibjs": "^0.2.0" } }