forked from winmarkltd/BootstrapFormHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bfh-font.jquery.json
31 lines (31 loc) · 860 Bytes
/
bfh-font.jquery.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
{
"name": "bfh-font",
"title": "Bootstrap Form Helpers Font Picker",
"description": "Font Picker jQuery plugin for Bootstrap.",
"keywords": [
"ui",
"jquery",
"form",
"input",
"font",
"bootstrap"
],
"version": "2.3.0",
"author": {
"name": "Vincent Lamanna",
"url": "http://vincentlamanna.com"
},
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": "https://github.com/vlamanna/BootstrapFormHelpers/issues",
"homepage": "http://bootstrapformhelpers.com",
"docs": "http://bootstrapformhelpers.com/font/",
"download": "https://github.com/vlamanna/BootstrapFormHelpers/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}