forked from nativescript-community/insomnia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·28 lines (28 loc) · 772 Bytes
/
package.json
File metadata and controls
executable file
·28 lines (28 loc) · 772 Bytes
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
{
"name": "nativescript-insomnia",
"version": "1.2.0",
"description": "Make the screen not dim (and eventually lock the device) while Insomnia is active",
"main": "insomnia.js",
"nativescript": {
"platforms": {
"ios": "2.3.0",
"android": "2.3.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/eddyverbruggen/nativescript-insomnia.git"
},
"keywords": [
"NativeScript",
"Insomnia",
"Screen dim",
"dim",
"lock",
"sleep"
],
"author": "Eddy Verbruggen <eddyverbruggen@gmail.com> (https://github.com/EddyVerbruggen)",
"license": "MIT",
"bugs": "https://github.com/eddyverbruggen/nativescript-insomnia/issues",
"homepage": "https://github.com/eddyverbruggen/nativescript-insomnia"
}