forked from g00fy-/angular-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 664 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 664 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
{
"name": "angular-datepicker",
"license": "MIT",
"version": "2.1.3",
"main": [
"./dist/angular-datepicker.js",
"./dist/angular-datepicker.css"
],
"ignore": [
".gitignore",
"README.md",
"app",
"circle.yml",
".travis.yml",
"test",
".editorconfig",
".jshintrc",
"Gruntfile.js",
"karma-e2e.conf.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"angular": ">=1.2.14",
"moment": "~2.10.6",
"moment-timezone": "~0.4.1"
},
"devDependencies": {
"angular": "1.2.14",
"angular-mocks": "1.2.14",
"angular-scenario": "1.2.14",
"angular-bootstrap": "~0.3.0"
}
}