-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 928 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
40
41
42
{
"name": "com-intel-security-cordova-plugin",
"version": "2.0.0",
"description": "App Security API plugin",
"cordova": {
"id": "com-intel-security",
"platforms": [
"android",
"ios",
"windows8",
"windows"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppSecurityApi/com-intel-security-cordova-plugin.git"
},
"keywords": [
"Intel",
"intel.security",
"intel.security.Services",
"Security Services",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows8",
"cordova-windows",
"Intel XDK",
"encryption",
"cryptography",
"app",
"security",
"api",
"Visual Studio"
],
"author": "Dan Shmul (Intel Corporation)",
"license": "SEE LICENSE IN LICENSE",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/AppSecurityApi/com-intel-security-cordova-plugin/issues"
}
}