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
|
{
"name": "phonegap-plugin-push",
"description": "bower package for server side javascript",
"main": "www/push.js",
"authors": [
"Adobe PhoneGap Team"
],
"license": "APL",
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap",
"cordova-ios",
"cordova-android",
"cordova-windows",
"cordova-browser"
],
"homepage": "https://github.com/phonegap/phonegap-plugin-push",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
|