-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 695 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 695 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
{
"name": "angular-bootstrap3-datepicker",
"version": "1.0.1",
"description": "Angular Boostrap Datepicker based on Eonasdan's date picker",
"main": [
"dist/ng-bs3-datepicker.js",
"dist/ng-bs3-datepicker.css"],
"authors": [
"Benjamin Dreux"
],
"license": "Apache License, Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.0",
"bootstrap3-datetimepicker": "3.1.3",
"momentjs": "2.4.0",
"font-awesome": "4.0.3",
"angular": "1.3.0",
"jquery":"1.11.1"
},
"devDependencies": {
"jasmine-jquery": "1.5.91",
"angular-mocks": "1.3.0"
}
}