UNPKG

password-entropy-thermostat

Version:

<h1 align="center"> password-entropy-thermostat </h1>

41 lines (40 loc) 992 B
{ "name": "password-entropy-thermostat", "version": "1.0.1", "description": "", "scripts": { "test": "jest", "test:coverage": "jest --collect-coverage", "test:watch": "jest --watch", "watch": "cross-env NODE_ENV=development webpack --config ./webpack/config.js", "build": "cross-env NODE_ENV=production webpack -p --config ./webpack/config.js" }, "main": "dist/PassEntropyThermostat.js", "files": [ "dist/*" ], "keywords": [ "password", "thermostat", "entropy", "unpredictable", "strength", "security", "javascript", "client" ], "author": "Bruno Casotto", "license": "ISC", "devDependencies": { "@babel/core": "^7.7.7", "@babel/plugin-transform-modules-commonjs": "^7.7.5", "@babel/preset-env": "^7.7.7", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "cross-env": "^6.0.3", "faker": "^4.1.0", "jest": "^24.9.0", "webpack": "^4.41.5", "webpack-cli": "^3.3.10" } }