diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 20:24:49 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-11-05 20:24:49 +0100 |
| commit | f828ce6d0c308c2c5d67c71ee3141b015807fd62 (patch) | |
| tree | 4f5a819afe988158902b907f4f7582448819a594 /StoneIsland/plugins/cordova-plugin-sim/package.json | |
| parent | 1f38892c1729572fa98801692dc20c60931d7377 (diff) | |
cordova-plugin-sim
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-sim/package.json')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-sim/package.json | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-sim/package.json b/StoneIsland/plugins/cordova-plugin-sim/package.json new file mode 100644 index 00000000..990a1e7f --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-sim/package.json @@ -0,0 +1,73 @@ +{ + "_from": "cordova-plugin-sim", + "_id": "cordova-plugin-sim@1.3.3", + "_inBundle": false, + "_integrity": "sha1-QoZjMHfYhX5kVP4GmHB9CMaK2Ik=", + "_location": "/cordova-plugin-sim", + "_phantomChildren": {}, + "_requested": { + "type": "tag", + "registry": true, + "raw": "cordova-plugin-sim", + "name": "cordova-plugin-sim", + "escapedName": "cordova-plugin-sim", + "rawSpec": "", + "saveSpec": null, + "fetchSpec": "latest" + }, + "_requiredBy": [ + "#USER", + "/" + ], + "_resolved": "https://registry.npmjs.org/cordova-plugin-sim/-/cordova-plugin-sim-1.3.3.tgz", + "_shasum": "4286633077d8857e6454fe0698707d08c68ad889", + "_spec": "cordova-plugin-sim", + "_where": "/Users/user/Sites/stone-island/StoneIsland", + "author": { + "name": "Peter Bakondy" + }, + "bugs": { + "url": "https://github.com/pbakondy/cordova-plugin-sim/issues" + }, + "bundleDependencies": false, + "cordova": { + "id": "cordova-plugin-sim", + "platforms": [ + "android", + "ios", + "wp7", + "wp8", + "windows" + ] + }, + "deprecated": false, + "description": "A plugin to get the device's SIM data (carrier name, mcc mnc, country code, telephonenumber, imei, etc)", + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "homepage": "https://github.com/pbakondy/cordova-plugin-sim#readme", + "keywords": [ + "cordova", + "sim", + "uicc", + "carrier", + "mcc", + "mnc", + "telephonenumber", + "imei", + "ecosystem:cordova", + "cordova-android", + "cordova-ios", + "cordova-windows" + ], + "license": "MIT", + "name": "cordova-plugin-sim", + "repository": { + "type": "git", + "url": "git+https://github.com/pbakondy/cordova-plugin-sim.git" + }, + "version": "1.3.3" +} |
