forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 837 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
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.3.12",
"description": "This directive allows you to add a datetime-picker to your form.",
"author": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors",
"license": "MIT",
"homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
"main": [
"./src/js/datetimepicker.js",
"./src/css/datetimepicker.css"
],
"ignore": [
"**/.*",
"bower_components",
"demo*",
"Gruntfile.js",
"gulpfile.js",
"karma.conf.js",
"node_modules",
"package.json",
"paths.js",
"screenshots",
"test*"
],
"dependencies": {
"angular": "~1.3.14",
"moment": "^2.9.0"
},
"devDependencies": {
"angular-mocks": "~1.3.14",
"bootstrap": "^3.3.1",
"jquery": "^2.1.3"
}
}