forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (31 loc) · 780 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
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.2.4",
"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": [
"**/.*",
"screenshots",
"node_modules",
"bower_components",
"test*",
"demo*",
"Gruntfile.js",
"package.json"
],
"dependencies": {
"angular": "^1.2.16",
"bootstrap": "^3.1.1",
"moment": "^2.6.0"
},
"devDependencies": {
"angular-mocks": "^1.2.16",
"jquery": "^2.1.1"
}
}