forked from VersoSolutions/CordovaClipboard
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.13 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "cordova-universal-clipboard",
"version": "0.1.1",
"description": "Clipboard management plugin for Cordova/PhoneGap",
"cordova": {
"id": "cordova-universal-clipboard",
"platforms": [
"ios",
"android",
"wp8",
"windows"
]
},
"repository": {
"type": "git",
"url": "git@github.com:Visigo/CordovaClipboard.git"
},
"keywords": [
"cordova",
"clipboard",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8",
"cordova-windows8",
"cordova-windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Verso Solutions LLC",
"contributors": [
{
"name" : "Visigo Software Consulting Inc.",
"email" : "info@visigo.com",
"url" : "http://www.visigo.com/"
},
{
"name" : "Ranvir Singh",
"email" : "er.ranvirsingh@gmail.com",
"url" : "https://in.linkedin.com/in/singhranvir"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Visigo/CordovaClipboard/issues"
},
"homepage": "https://github.com/Visigo/CordovaClipboard#readme"
}