forked from Viras-/cordova-plugin-powermanagement
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
25 lines (25 loc) · 775 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
{
"name": "cordova-plugin-powermanagement-orig",
"version": "1.1.0",
"description": "Plugin for managing the power state (i.e. idle switching) for cordova",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boltex/cordova-plugin-powermanagement.git"
},
"author": "Viras-",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/boltex/cordova-plugin-powermanagement/issues"
},
"homepage": "https://github.com/boltex/cordova-plugin-powermanagement#readme",
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp7",
"cordova-wp8"
]
}