react-native-scryptsy
Version:
Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.
36 lines (35 loc) • 900 B
JSON
{
"name": "react-native-scryptsy",
"version": "0.0.1",
"description": "Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.",
"main": "lib/index.js",
"author": "",
"license": "MIT",
"files": [
"lib"
],
"devDependencies": {},
"dependencies": {},
"repository": {
"url": "git@github.com:wprk/react-native-scryptsy.git",
"type": "git"
},
"keywords": [
"crytpo",
"cryptography",
"scrypt",
"kdf",
"litecoin",
"dogecoin",
"bitcoin",
"bip38"
],
"scripts": {
"test": "mocha --ui bdd",
"unit": "mocha",
"coverage": "nyc --check-coverage --statements 80 --branches 60 --functions 90 --lines 90 mocha",
"coveralls": "npm run-script coverage && coveralls < coverage/lcov.info",
"browser-test": "mochify --wd -R spec",
"lint": "standard"
}
}