forked from Softmotions/Framework7-Keypad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 780 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
{
"name": "Framework7 Keypad",
"repository": {
"type": "git",
"url": "https://github.com/nolimits4web/Framework7-Numpad.git"
},
"description": "Keypad plugin extends Framework7 with additional custom keyboards",
"version": "1.0.3",
"author": "Vladimir Kharlampidi",
"homepage": "http://www.idangero.us/framework7/plugins/",
"keywords": ["mobile", "framework", "ios 7", "ios7", "ios8", "ios 8", "iphone", "ipad", "apple", "phonegap", "native", "touch", "appstore", "app", "f7", "keypad", "numpad", "calculator"],
"scripts": [
"dist/framework7.keypad.js"
],
"main": [
"dist/framework7.keypad.js",
"dist/framework7.keypad.css"
],
"license": ["MIT"],
"dependencies": {
},
"ignore": [
".*",
"build",
"node_modules"
]
}