-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 892 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cordova-plugin-ios-disable-bounce",
"version": "0.0.1",
"description": "Cordova Plugin to disable UIScrollView bounce on ios",
"cordova": {
"id": "cordova-plugin-ios-disable-bounce",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/clemdesign/cordova-plugin-ios-disable-bounce"
},
"bugs": {
"url": "https://github.com/clemdesign/cordova-plugin-ios-disable-bounce/issues"
},
"keywords": [
"cordova",
"device",
"ecosystem:cordova",
"cordova-ios",
"capacitor"
],
"scripts": {
"test": "npm run lint",
"lint": "eslint ."
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">100"
}
}
},
"devDependencies": {
"@cordova/eslint-config": "^3.0.0"
}
}