UNPKG

browserify-sjcl

Version:

Browser-side for sjcl which is a Stanford Javascript Crypto Library

81 lines (80 loc) 2.86 kB
{ "name": "browserify-sjcl", "version": "1.0.9", "description": "Browser-side for sjcl which is a Stanford Javascript Crypto Library", "keywords": [ "browserify", "crypto", "encryption", "javascript", "js", "sjcl" ], "homepage": "https://github.com/kingller/browserify-sjcl", "bugs": { "url": "https://github.com/kingller/browserify-sjcl/issues" }, "repository": { "type": "git", "url": "https://github.com/kingller/browserify-sjcl.git" }, "license": "MIT", "author": { "name": "Kingller Tang", "url": "https://github.com/kingller" }, "files": [ "dist/*", "types/*", "package.json", "README.md" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "build": "webpack --mode=production --progress", "prepublishOnly": "npm run build" }, "dependencies": {}, "devDependencies": { "@babel/cli": "7.7.0", "@babel/core": "7.7.2", "@babel/plugin-proposal-class-properties": "7.7.0", "@babel/plugin-proposal-decorators": "7.7.0", "@babel/plugin-proposal-do-expressions": "7.6.0", "@babel/plugin-proposal-export-default-from": "7.5.2", "@babel/plugin-proposal-export-namespace-from": "7.5.2", "@babel/plugin-proposal-function-bind": "7.2.0", "@babel/plugin-proposal-function-sent": "7.7.0", "@babel/plugin-proposal-logical-assignment-operators": "7.2.0", "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4", "@babel/plugin-proposal-object-rest-spread": "7.6.2", "@babel/plugin-proposal-optional-chaining": "7.6.0", "@babel/plugin-proposal-pipeline-operator": "7.5.0", "@babel/plugin-proposal-throw-expressions": "7.2.0", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-syntax-import-meta": "7.2.0", "@babel/plugin-transform-modules-commonjs": "7.7.0", "@babel/plugin-transform-runtime": "7.6.2", "@babel/plugin-transform-typescript": "7.7.2", "@babel/preset-env": "7.7.1", "@babel/preset-typescript": "7.7.2", "@babel/register": "7.7.0", "@babel/runtime": "7.7.2", "@types/sjcl": "1.0.29", "babel-loader": "8.0.6", "babel-plugin-import": "1.13.0", "clean-webpack-plugin": "0.1.19", "copy-webpack-plugin": "^4.6.0", "node-args": "^2.1.8", "rimraf": "^3.0.2", "serialize-javascript": "^3.1.0", "sjcl": "1.0.8", "string-replace-loader": "2.3.0", "typescript": "^3.9.3", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.1" } }