-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
42 lines (42 loc) · 882 Bytes
/
bower.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
42
{
"name": "jquery-ui-pinpad",
"description": "An interactive Pinpad widget for point of sale (POS) or encrypted pinpad (EPP) simulation",
"main": [
"dist/jquery.ui.pinpad.js",
"dist/jquery.ui.pinpad.css"
],
"dependencies": {
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1"
},
"devDependencies": {
"requirejs": "^2.3.5"
},
"authors": [
"Yannick Ebongue <[email protected]>"
],
"license": "MIT",
"keywords": [
"jquery",
"jquery-plugin",
"pinpad",
"ui",
"widget"
],
"repository": {
"type": "git",
"url": "https://github.com/yannickebongue/jquery-ui-pinpad.git"
},
"homepage": "https://github.com/yannickebongue/jquery-ui-pinpad",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demos",
"external",
"test",
"tests",
"Gruntfile.js",
"package.json"
]
}