-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 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
{
"name": "cordova-plugin-mediadrmid",
"version": "0.0.2",
"description": "An Android Cordova plugin that gets a unique, non-resettable id for the device using MediaDrm.",
"cordova": {
"id": "cordova-plugin-mediadrmid",
"platforms": [
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lietsaki/MediaDrmIdCordovaPlugin.git"
},
"keywords": [
"mediadrm",
"imei",
"uniqueid",
"ecosystem:cordova",
"cordova-android"
],
"engines": {
"cordova": ">=3.0.0"
},
"author": "Ricardo Sandez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lietsaki/MediaDrmIdCordovaPlugin/issues"
},
"homepage": "https://github.com/Lietsaki/MediaDrmIdCordovaPlugin",
"main": "wwww/mediadrmid.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}