-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 773 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
{
"name": "cordova-plugin-chrome-apps-common",
"version": "1.0.7-dev",
"description": "This plugin is a dependency for a few other chromium plugins.",
"cordova": {
"id": "cordova-plugin-chrome-apps-common",
"platforms": []
},
"repository": {
"type": "git",
"url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common.git"
},
"keywords": [
"chrome",
"common",
"util",
"ecosystem:cordova"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common/issues"
},
"homepage": "https://github.com/MobileChromeApps/cordova-plugin-chrome-apps-common"
}