-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 886 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 886 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
36
37
38
39
40
41
{
"name": "ng-duration-picker",
"homepage": "https://github.com/josejbreijo/ng-duration-picker",
"version": "1.0.5",
"authors": [
"Jose J. Breijo <josejbreijo99@gmail.com>",
"Adrian Hernandez <adrian2monk@gmail.com>"
],
"description": "Lightweight AngularJS directive to select time in a MomentJS style: \"1 year 2 months\".",
"main": [
"./dist/ng-duration-picker.js",
"./dist/ng-duration-picker.css"
],
"keywords": [
"angular",
"time",
"duration",
"picker"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"src",
"test",
".gitignore",
".jshintrc",
"bower.json",
"demo.html",
"gulpfile.js",
"karma.conf.js",
"npm-debug.log",
"package.json"
],
"dependencies": {
"angular": "^v1.5.8",
"moment": "^2.16.0",
"bootstrap": "^v3.3.7"
}
}