forked from etiennea/phonegap-twitter-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 748 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
36
37
38
{
"name": "cordova-twitter",
"version": "0.8.6",
"cordova": {
"id": "cordova-twitter",
"platforms": [
"ios",
"android"
]
},
"description": "Integrate Twitter with Cordova App",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jmtt89/cordovaTwitter.git"
},
"keywords": [
"ecosystem:cordova",
"cordova",
"device",
"cordovaplugin",
"cordova-ios",
"cordova-android",
"twitter",
"Angular",
"Ionic",
"ngCordova",
"phonegap"
],
"author": "jmtt89",
"contributors": [
"etiennead"
],
"homepage": "https://github.com/jmtt89/cordovaTwitter",
"bugs": {
"url": "https://github.com/jmtt89/cordovaTwitter/issues"
}
}