-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 866 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 866 Bytes
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
{
"name": "jquery-time-slider",
"version": "7.7.4",
"homepage": "https://github.com/FCOO/jquery-time-slider",
"authors": [
"Niels Holt <niels@steenbuchholt.dk>"
],
"description": "A extention to jquery-base-slider with selection of time and date",
"main": [
"dist/jquery-time-slider.js"
],
"repository": {
"type": "git",
"url": "git://github.com/FCOO/jquery-time-slider.git"
},
"dependencies": {
"jquery-base-slider": "FCOO/jquery-base-slider#^6.0.0",
"moment": "latest",
"moment-timezone": "latest",
"moment-simple-format": "fcoo/moment-simple-format#latest",
"i18next": "latest",
"jquery-i18next-phrases": "fcoo/jquery-i18next-phrases#latest"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"moduleType": [
"es6"
]
}