|
- {
- "name": "lesspass-entropy",
- "version": "9.1.9",
- "description": "LessPass module used to generate entropy for password generation",
- "author": "Guillaume Vincent <guillaume@oslab.fr>",
- "license": "GPL-3.0",
- "files": [
- "src"
- ],
- "main": "src/index.js",
- "browser": {
- "./src/pbkdf2.js": "./src/pbkdf2.browser.js"
- },
- "scripts": {
- "test": "npm run test:unit && npm run test:browser",
- "test:unit": "mocha test --recursive",
- "test:browser": "karma start test/karma.conf.js"
- },
- "dependencies": {
- "lesspass-crypto": "9.1.9"
- }
- }
|