mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2025-02-23 08:32:51 +08:00
clean up merge package.json, add repo, engine, deps
This commit is contained in:
commit
fe3beaedae
17
package.json
17
package.json
@ -4,7 +4,7 @@
|
||||
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"
|
||||
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "npm run jshint",
|
||||
@ -29,11 +29,14 @@
|
||||
],
|
||||
"author": "gbenvenuti",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme",
|
||||
"devDependencies": {
|
||||
"jshint": "^2.9.4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"3.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user