forked from radogado/bootstrap-modal-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 921 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
{
"name": "bootstrap-modal-ios",
"version": "1.0.1",
"description": "Bootstrap Modal for iOS stops page scrolling while a modal is displayed and adjusts the overlay position according to iOS Safari toolbars.",
"main": "index.js",
"dependencies": {
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"bootstrap": "^4.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radogado/bootstrap-modal-ios.git"
},
"keywords": [
"bootstrap",
"modal",
"ios",
"safari",
"fixed",
"position"
],
"author": "Radoslav Sharapanov <spacest@gmail.com> (http://github.com/radogado)",
"license": "ISC",
"bugs": {
"url": "https://github.com/radogado/bootstrap-modal-ios/issues"
},
"homepage": "https://github.com/radogado/bootstrap-modal-ios#readme"
}