CyberChef/package.json

79 lines
2.1 KiB
JSON
Raw Normal View History

2016-11-28 10:42:58 +00: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 11:13:01 +00:00
"homepage": "https://gchq.github.io/CyberChef",
2016-11-28 10:42:58 +00:00
"copyright": "Crown copyright 2016",
"license": "Apache-2.0",
"keywords": [
"cipher",
"cypher",
"encode",
"decode",
"encrypt",
"decrypt",
"base64",
"xor",
"charset",
"hex",
"encoding",
"format",
"cybersecurity"
],
"bugs": {
"email": ""
},
"repository": {
"type": "git",
"url": ""
},
2016-11-28 23:58:14 +00:00
"scripts": {
"build": "./node_modules/.bin/webpack --bail",
"start": "./node_modules/.bin/webpack-dev-server --progress",
"eslint": "./node_modules/.bin/eslint ."
},
2016-11-28 10:42:58 +00:00
"devDependencies": {
2016-11-28 23:58:14 +00:00
"babel-core": "^6.18.2",
2016-11-29 00:20:54 +00:00
"babel-eslint": "^7.1.1",
2016-11-28 23:58:14 +00:00
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^0.0.9",
"babel-register": "^6.18.0",
"css-loader": "^0.26.0",
2016-11-29 00:20:54 +00:00
"eslint": "^3.11.1",
"eslint-config-airbnb-base": "^10.0.1",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
2016-11-28 23:58:14 +00:00
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "^0.9.0",
2016-11-28 10:42:58 +00:00
"grunt": "~0.4.5",
"grunt-chmod": "~1.1.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-htmlmin": "~0.6.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.6",
"grunt-inline-alt": "~0.3.10",
"grunt-jsdoc": "^1.1.0",
2016-11-28 23:58:14 +00:00
"html-webpack-plugin": "^2.24.1",
"ink-docstrap": "^1.1.4",
"style-loader": "^0.13.1",
"webpack": "2.1.0-beta.27",
"webpack-dev-server": "2.1.0-beta.12"
},
"dependencies": {
"core-js": "^2.4.1",
2016-11-29 00:20:54 +00:00
"esprima": "^3.1.2",
2016-11-28 23:58:14 +00:00
"estraverse": "^4.2.0",
2016-11-29 00:20:54 +00:00
"jquery": "^3.1.1",
"json-loader": "^0.5.4",
"moment": "^2.17.0",
"moment-timezone": "^0.5.10"
2016-11-28 10:42:58 +00:00
}
}