happn-util-crypto
Version:
Happn cryptograpy utilities
40 lines (39 loc) • 1.09 kB
JSON
{
"name": "happn-util-crypto",
"version": "3.0.11",
"description": "Happn cryptograpy utilities",
"repository": {
"type": "git",
"url": "https://github.com/happner/happn-util-crypto"
},
"main": "lib/crypto",
"scripts": {
"test": "_mocha --recursive --exit test/*",
"test-cover": "nyc --reporter=lcov --reporter=text-summary --reporter=html npm test",
"test-unit": "mocha test/unit/* --recursive"
},
"dependencies": {
"crypto-browserify": "^3.12.0",
"happn-commons": "1.5.1",
"randombytes": "^2.0.6",
"uuid": "^3.3.2"
},
"devDependencies": {
"browserify": "^16.2.3",
"connect": "^3.6.6",
"gulp": "^4.0.0",
"gulp-header": "^2.0.7",
"gulp-uglify-es": "^2.0.0",
"gulp-util": "^3.0.8",
"happn-commons-test": "1.2.2",
"karma": "^3.1.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"request": "^2.88.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"readmeFilename": "README.md"
}