forked from Crypho/cordova-plugin-scrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 971 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
38
39
{
"name": "cordova-plugin-scrypt",
"version": "2.1.2",
"description": "An scrypt implementation for cordova apps in iOS and Android.",
"author": "Yiorgis Gozadinos <[email protected]>",
"contributors": [
{"name": "Demetris Manikas", "email": "[email protected]"}
],
"cordova": {
"id": "cordova-plugin-scrypt",
"platforms": [
"android",
"ios"
]
},
"keywords": [
"cordova",
"security",
"encryption",
"scrypt",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-browser"
],
"main": "www/securestorage.js",
"repository": {
"type": "git",
"url": "git+https://github.com/crypho/cordova-plugin-scrypt.git"
},
"devDependencies": {
"cordova-plugin-test-framework": ">=1.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/crypho/cordova-plugin-scrypt/issues"
},
"homepage": "https://github.com/crypho/cordova-plugin-scrypt#readme"
}