forked from eXhausted/react-native-thinbus-srp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1020 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-native-thinbus-srp",
"version": "1.8.0",
"description": "Secure Remote Password SRP SRP6a implementation for React Native.",
"main": "index.js",
"scripts": {
"test": "node test/testrunner.js",
"build": "browserify --standalone thinbus -r ./thinbus-original-client.js -o browser.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eXhausted/react-native-thinbus-srp.git"
},
"keywords": [
"SRP",
"SRP6a",
"zero-knowledge",
"authentication",
"password",
"salt"
],
"author": "Simon Massey <[email protected]> (https://bitbucket.org/simon_massey/)",
"license": "Apache-2.0",
"homepage": "https://github.com/simbo1905/thinbus-srp-npm",
"dependencies": {
"browserify": "^14.5.0",
"crypto-js": "^3.1.9-1",
"jsbn": "^1.1.0",
"random-strings": "0.0.1",
"react-native-securerandom": "^0.1.1"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"jsonfn": "^0.31.0",
"unit.js": "^2.0.0"
}
}