CyberChef/package.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-28 11:42:58 +01:00
{
"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 <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"
],
"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
},
"devDependencies": {
2016-12-20 19:57:53 +01:00
"grunt": "~1.0.1",
2016-11-28 11:42:58 +01:00
"grunt-chmod": "~1.1.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
2016-12-20 19:57:53 +01:00
"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",
2016-12-14 17:39:17 +01:00
"grunt-eslint": "^19.0.0",
2016-12-20 19:57:53 +01:00
"grunt-exec": "~1.0.1",
"grunt-execute": "^0.2.2",
2016-11-28 11:42:58 +01:00
"grunt-inline-alt": "~0.3.10",
2016-12-20 19:57:53 +01:00
"grunt-jsdoc": "^2.1.0",
2017-02-25 00:50:17 +01:00
"ink-docstrap": "^1.1.4",
"phantomjs-prebuilt": "^2.1.14"
2016-11-28 11:42:58 +01:00
}
}