-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.38 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.38 KB
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
{
"author": {
"name": "Batheja Sumeet",
"email": "sumeet@videospike.com"
},
"bugs": {
"url": "https://github.com/VideoSpike/nativescript-screen-orientation/issues"
},
"dependencies": {},
"description": "A plugin to force change the orientation of a page programmatically in NativeScript. Supports both Android and iOS.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "08ed7affa437b0e483d5ea0746c668bbbe101b52",
"tarball": "https://registry.npmjs.org/nativescript-screen-orientation/-/nativescript-screen-orientation-1.0.2.tgz"
},
"gitHead": "6e39893facf3b481381b1d5432a9bd7027ba1996",
"homepage": "https://github.com/VideoSpike/nativescript-screen-orientation",
"keywords": [
"nativescript",
"orientation-change",
"force-orientation",
"lock-orientation"
],
"license": "MIT",
"main": "screen-orientation",
"maintainers": [
{
"name": "bathejasumeet",
"email": "sumeet@videospike.com"
}
],
"name": "nativescript-screen-orientation",
"nativescript": {
"platforms": {
"ios": "1.5.0",
"android": "1.5.0"
}
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/VideoSpike/nativescript-screen-orientation.git"
},
"scripts": {},
"version": "1.0.2",
"typings":"screen-orientation.d.ts"
}