-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
29 lines (29 loc) · 917 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
{
"name": "cordova-plugin-proximity",
"version": "1.1.0",
"description": "This plugin provides access to the device's (IR) proximity sensor. This sensor is typically used in applications to prevent touch events on the screen when the device is held close to one's face.",
"main": "www/proximity.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awoken-well/cordova-plugin-proximity.git"
},
"keywords": [
"cordova",
"proximity",
"plugin",
"android",
"ios"
],
"author": "Olaf T.A. Janssen <[email protected]> (http://nullelement.org/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/awoken-well/cordova-plugin-proximity/issues"
},
"homepage": "https://github.com/awoken-well/cordova-plugin-proximity#readme"
}