forked from dizbiz90/angularjs-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 657 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 657 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": "angularjs-bootstrap-datetimepicker",
"version": "0.1.0",
"authors": [
"ronliu <ronliu2k@gmail.com>"
],
"description": "angular directive for bootstrap datetimepicker",
"keywords": [
"angular",
"directive",
"boostrap",
"datetimepicker",
"datepicker",
"timepicker"
],
"license": "MIT",
"dependencies": {
"smalot-bootstrap-datetimepicker": "latest",
"angular": ">1.1.0",
"jquery": ">1.8.0",
"bootstrap": "^3.3.7"
},
"devDependencies": {
"angular-mocks": "~1.2.11"
},
"ignore": [
"bower_components",
"coverage",
"bower_components",
"karma.conf.js",
"Gruntfile.js",
"package.json",
".gitignore"
]
}