CyberChef/package.json

108 lines
2.8 KiB
JSON
Raw Normal View History

2016-11-28 11:42:58 +01:00
{
"name": "cyberchef",
2017-11-24 17:33:46 +01:00
"version": "6.5.0",
2017-04-27 12:23:01 +02:00
"description": "The Cyber Swiss Army Knife for encryption, encoding, compression and data analysis.",
2016-11-28 11:42:58 +01:00
"author": "n1474335 <n1474335@gmail.com>",
2016-11-28 12:13:01 +01:00
"homepage": "https://gchq.github.io/CyberChef",
2016-11-28 11:42:58 +01:00
"copyright": "Crown copyright 2016",
"license": "Apache-2.0",
"keywords": [
"cipher",
"cypher",
"encode",
"decode",
"encrypt",
"decrypt",
"base64",
"xor",
"charset",
"hex",
"encoding",
"format",
"cybersecurity",
"data manipulation",
"data analysis"
2016-11-28 11:42:58 +01:00
],
"repository": {
"type": "git",
2016-12-20 19:57:53 +01:00
"url": "https://github.com/gchq/CyberChef/"
2016-11-28 11:42:58 +01:00
},
2017-04-27 12:23:01 +02:00
"main": "build/node/CyberChef.js",
"bugs": "https://github.com/gchq/CyberChef/issues",
2016-11-28 11:42:58 +01:00
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
2017-10-26 19:00:13 +02:00
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.7",
"exports-loader": "^0.6.4",
2017-10-26 19:00:13 +02:00
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"grunt": ">=1.0.1",
"grunt-accessibility": "~5.0.0",
2016-11-28 11:42:58 +01:00
"grunt-chmod": "~1.1.1",
"grunt-concurrent": "^2.3.1",
2017-07-24 15:49:16 +02:00
"grunt-contrib-clean": "~1.1.0",
2016-12-20 19:57:53 +01:00
"grunt-contrib-copy": "~1.0.0",
"grunt-eslint": "^20.1.0",
2017-08-04 15:35:52 +02:00
"grunt-exec": "~3.0.0",
"grunt-execute": "^0.2.2",
2017-10-03 18:56:37 +02:00
"grunt-jsdoc": "^2.2.0",
2017-07-24 15:49:16 +02:00
"grunt-webpack": "^3.0.2",
2017-08-04 15:35:52 +02:00
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.7.1",
2017-11-20 17:57:04 +01:00
"ink-docstrap": "^1.3.2",
"jsdoc-babel": "^0.3.0",
2017-10-26 19:00:13 +02:00
"less": "^2.7.3",
2017-07-24 15:49:16 +02:00
"less-loader": "^4.0.5",
"postcss-css-variables": "^0.8.0",
2017-10-03 18:56:37 +02:00
"postcss-import": "^11.0.0",
2017-10-26 19:00:13 +02:00
"postcss-loader": "^2.0.8",
2017-10-03 18:56:37 +02:00
"style-loader": "^0.19.0",
2017-10-05 18:28:49 +02:00
"url-loader": "^0.6.2",
2017-11-20 17:57:04 +01:00
"val-loader": "^1.1.0",
2017-10-03 18:56:37 +02:00
"web-resource-inliner": "^4.2.0",
2017-10-26 19:00:13 +02:00
"webpack": "^3.8.1",
2017-11-20 17:57:04 +01:00
"webpack-dev-server": "^2.9.4",
2017-09-17 15:53:17 +02:00
"webpack-node-externals": "^1.6.0",
2017-10-26 19:00:13 +02:00
"worker-loader": "^1.1.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bootstrap": "^3.3.7",
2017-10-03 18:56:37 +02:00
"bootstrap-colorpicker": "^2.5.2",
"bootstrap-switch": "^3.3.4",
2017-09-27 17:33:14 +02:00
"crypto-api": "^0.7.5",
"crypto-js": "^3.1.9-1",
2017-10-26 19:00:13 +02:00
"diff": "^3.4.0",
"escodegen": "^1.9.0",
"esmangle": "^1.0.1",
2017-07-24 15:49:16 +02:00
"esprima": "^4.0.0",
"exif-parser": "^0.1.12",
"google-code-prettify": "^1.0.5",
"jquery": "^3.2.1",
2017-09-12 17:50:46 +02:00
"js-crc": "^0.2.0",
"js-sha3": "^0.6.1",
"jsbn": "^1.1.0",
2017-10-26 19:00:13 +02:00
"jsonpath": "^1.0.0",
2017-10-03 18:56:37 +02:00
"jsrsasign": "8.0.4",
"lodash": "^4.17.4",
2017-11-20 17:57:04 +01:00
"moment": "^2.19.2",
"moment-timezone": "^0.5.14",
2017-09-12 16:20:05 +02:00
"node-md6": "^0.1.0",
"otp": "^0.1.3",
"sladex-blowfish": "^0.8.1",
2017-11-20 17:57:04 +01:00
"sortablejs": "^1.7.0",
"split.js": "^1.3.5",
2017-08-04 15:35:52 +02:00
"vkbeautify": "^0.99.3",
"xmldom": "^0.1.27",
"xpath": "0.0.24",
2017-07-24 15:49:16 +02:00
"zlibjs": "^0.3.1"
},
"scripts": {
2017-07-04 00:15:57 +02:00
"start": "grunt dev",
2017-03-30 20:58:58 +02:00
"build": "grunt prod",
"test": "grunt test",
"docs": "grunt docs"
2016-11-28 11:42:58 +01:00
}
}