-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
27 lines (27 loc) · 844 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": "fontsampler",
"homepage": "https://github.com/kontur/fontsampler-wordpress-plugin",
"description": "fontsampler wordpress plugin frontend code",
"main": "",
"authors": [
"Johannes Neumeier <hello@johannesneumeier.com>"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery-selectric": "^1.10.1",
"rangeslider.js": "https://github.com/kontur/rangeslider.js.git#master",
"jquery-fontsampler": "~0.0.6",
"jquery-form-validator": "git://github.com/kontur/jQuery-Form-Validator.git#439bd530967c96ac4156b4ec010a7cd674f15cc3",
"specimen-tools": "https://github.com/kontur/specimenTools.git#fontsampler",
"clipboard": "^1.7.1",
"jquery-validation": "jquery-validate#^1.17.0"
}
}