forked from fragaria/angular-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
35 lines (35 loc) · 792 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
{
"name": "angular-rangepicker",
"version": "0.1",
"homepage": "https://github.com/nahu/angular-rangepicker",
"main": "js/angular-rangepicker.js",
"authors": [
"Nahuel <jnahuelhernandez@gmail.com>"
],
"description": "Angular.js wrapper for bootstrap number range picker (https://github.com/nahu/bootstrap-rangepicker).",
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.2.17",
"bootstrap": "^3.0.0",
"bootstrap-rangepicker": "~0.1"
},
"devDependencies": {
"angular-messages": "^1.2.17"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}