cordova-plugin-chrome-apps-system-memory
Version:
This plugin provides the ability to get physical memory information.
37 lines (36 loc) • 889 B
JSON
{
"name": "cordova-plugin-chrome-apps-system-memory",
"version": "1.1.1",
"description": "This plugin provides the ability to get physical memory information.",
"cordova": {
"id": "cordova-plugin-chrome-apps-system-memory",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-system-memory.git"
},
"keywords": [
"chrome",
"system",
"memory",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-system-memory/issues"
},
"homepage": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-system-memory"
}