forked from deepu105/angular-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 966 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "angular-ui-clock",
"version": "0.4.0",
"main": [
"./dist/angular-clock.js",
"./dist/angular-clock.css"
],
"authors": [
"Deepu K Sasidharan <d4udts@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/deepu105/angular-clock.git"
},
"description": "An angular.js directive for clock svg widgets - reactive, responsive, beautiful.",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angular.js",
"clock",
"time",
"reactive",
"responsive",
"timer",
"widget"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.x"
},
"devDependencies": {
"angular-bootstrap": "~0.11.0",
"font-awesome": "~4.1.0",
"rainbow": "~1.1.9",
"angular-mocks": "~1.3.10"
},
"resolutions": {
"angular": "1.x",
"angular-mocks": "1.3.10"
}
}