-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathbower.json
36 lines (36 loc) · 828 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
36
{
"name": "angular-eonasdan-datetimepicker",
"version": "0.3.9",
"authors": [
"Atais <[email protected]>"
],
"description": "A wrapper directive around the bootstrap-datetimepicker component.",
"main": "dist/angular-eonasdan-datetimepicker.js",
"keywords": [
"angular",
"bootstrap",
"datetimepicker",
"directive",
"wrapper"
],
"repository": {
"type": "git",
"url": "git://github.com/atais/angular-eonasdan-datetimepicker.git"
},
"license": "MIT",
"homepage": "https://github.com/atais/angular-eonasdan-datetimepicker",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*",
"bootstrap": "*",
"eonasdan-bootstrap-datetimepicker": "~4",
"moment": "*",
"jquery": "~2"
}
}