Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/ssl-config-generator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorApril King <april@mozilla.com>2019-05-16 22:45:08 +0300
committerApril King <april@mozilla.com>2019-05-16 22:45:08 +0300
commit03274e139fa3af3164a920b93f681e3455785516 (patch)
tree4fe22631cc9315c24e4ab64921e4be3012159d2e /package.json
Initial push that contains the brand new Mozilla SSL Configuration
Generator.
Diffstat (limited to 'package.json')
-rwxr-xr-xpackage.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100755
index 0000000..73e4084
--- /dev/null
+++ b/package.json
@@ -0,0 +1,55 @@
+{
+ "name": "mozilla-ssl-config-generator",
+ "version": "1.0.0",
+ "description": "Mozilla SSL Configuration Generator",
+ "license": "MPL-2.0",
+ "scripts": {
+ "analyze": "NODE_ENV=analyze webpack --config=config/webpack.config.js --display-error-details --progress --colors",
+ "build": "NODE_ENV=production webpack --config=config/webpack.config.js --display-error-details --progress --colors",
+ "watch": "NODE_ENV=development webpack --config=config/webpack.config.js --watch --display-error-details --progress --colors"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/mozilla/server-side-tls"
+ },
+ "bugs": {
+ "url": "https://github.com/mozilla/server-side-tls/issues"
+ },
+ "homepage": "https://github.com/mozilla/server-side-tls",
+ "dependencies": {
+ "bootstrap": "^4.3.1",
+ "clipboard": "^2.0.4",
+ "handlebars": "^4.1.2",
+ "highlight.js": "^9.15.6",
+ "jquery": "^3.3.1",
+ "popper.js": "^1.14.7",
+ "semver": "^6.0.0"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.3.3",
+ "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
+ "@babel/preset-env": "^7.1.0",
+ "babel-loader": "^8.0.4",
+ "browser-sync": "^2.26.3",
+ "browser-sync-webpack-plugin": "^2.2.2",
+ "clean-webpack-plugin": "^1.0.0",
+ "copy-webpack-plugin": "^4.5.4",
+ "css-loader": "^2.1.0",
+ "ejs-compiled-loader": "^1.1.0",
+ "ejs-loader": "^0.3.3",
+ "extract-loader": "^3.1.0",
+ "file-loader": "^3.0.1",
+ "handlebars-loader": "^1.7.1",
+ "html-loader": "^0.5.5",
+ "html-webpack-plugin": "^3.2.0",
+ "mini-css-extract-plugin": "^0.5.0",
+ "node-sass": "^4.11.0",
+ "postcss-loader": "^3.0.0",
+ "precss": "^4.0.0",
+ "sass-loader": "^7.1.0",
+ "style-loader": "^0.23.1",
+ "webpack": "^4.29.5",
+ "webpack-bundle-analyzer": "^3.3.2",
+ "webpack-cli": "^3.2.3"
+ }
+}