-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 816 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": "prevent_mobile_landscape",
"version": "2.0.0",
"description": "prevent mobile viewing while in landscape orienation",
"main": "prevent_mobile_landscape.js",
"scripts": {
"test": "./node_modules/jshint/bin/jshint prevent_mobile_landscape.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevemkroll/prevent_mobile_landscape.git"
},
"keywords": [
"prevent",
"mobile",
"landscape",
"phone",
"orientation"
],
"author": "Steve Kroll <[email protected]> (https://github.com/stevemkroll)",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevemkroll/prevent_mobile_landscape/issues"
},
"homepage": "https://github.com/stevemkroll/prevent_mobile_landscape#readme",
"dependencies": {
"jshint": "^2.9.5"
}
}