forked from bionictk/nativescript-screen-orientation
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 843 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": "nativescript-screen-orientation",
"version": "1.0.1",
"description": "A plugin to force change the orientation of a page programmatically in NativeScript. Supports both Android and iOS.",
"main": "screen-orientation.js",
"nativescript": {
"platforms": {
"ios": "1.5.0",
"android": "1.5.0"
}
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/VideoSpike/nativescript-screen-orientation.git"
},
"keywords": [
"nativescript",
"orientation-change",
"force-orientation",
"lock-orientation"
],
"author": "Batheja Sumeet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/VideoSpike/nativescript-screen-orientation/issues"
},
"homepage": "https://github.com/VideoSpike/nativescript-screen-orientation"
}