mirror of
https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots.git
synced 2025-01-18 13:02:50 +08:00
Create package.json
This commit is contained in:
parent
686264adc0
commit
d96f8657cc
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "cordova-ourcodeworld-preventscreenshots",
|
||||
"version": "1.0.0",
|
||||
"description": "A free cordova plugin for the android platform to disable screenshots in your application",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots.git"
|
||||
},
|
||||
"keywords": [
|
||||
"android",
|
||||
"cordova"
|
||||
],
|
||||
"author": "Our Code World",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots/issues"
|
||||
},
|
||||
"homepage": "https://github.com/sdkcarlos/cordova-ourcodeworld-preventscreenshots#readme"
|
||||
}
|
Loading…
Reference in New Issue
Block a user