forked from Crypho/cordova-plugin-secure-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.3 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cordova-plugin-secure-storage",
"version": "3.0.2",
"description": "Secure storage plugin for iOS & Android",
"author": "Yiorgis Gozadinos <[email protected]>",
"contributors": [
{
"name": "Demetris Manikas",
"email": "[email protected]"
},
{
"name": "Sergey Grebnov",
"email": "[email protected]"
},
{
"name": "Ajay Ambre",
"email": "[email protected]"
}
],
"cordova": {
"id": "cordova-plugin-secure-storage",
"platforms": ["android", "ios", "wp8", "windows"]
},
"keywords": [
"cordova",
"security",
"encryption",
"storage",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-windows",
"cordova-browser"
],
"main": "www/securestorage.js",
"repository": {
"type": "git",
"url": "git+https://github.com/crypho/cordova-plugin-secure-storage.git"
},
"scripts": {
"eslint": "./node_modules/.bin/eslint www/securestorage.js tests/tests.js"
},
"devDependencies": {
"cordova-plugin-test-framework": ">=1.0.0",
"eslint": ""
},
"license": "MIT",
"bugs": {
"url": "https://github.com/crypho/cordova-plugin-secure-storage/issues"
},
"homepage": "https://github.com/crypho/cordova-plugin-secure-storage#readme"
}