forked from siddii/angular-timer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 726 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 726 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
{
"author": "Adrian Wardell",
"name": "angular-timer",
"version": "1.3.5",
"homepage": "https://github.com/siddii/angular-timer",
"description": "Angular-Timer : A simple AngularJS directive demonstrating re-usability & interoperability",
"repository": {
"type": "git",
"url": "git://github.com/siddii/angular-timer.git"
},
"dependencies": {
"angular": ">= 1.0.7",
"moment": "~2.9.0",
"humanize-duration": "~3.10.0"
},
"devDependencies": {
"bootstrap": "2.3.2",
"angular-scenario": ">= 1.0.7",
"angular-mocks": ">= 1.0.7"
},
"main": "./dist/angular-timer.js",
"ignore": [
"node_modules",
"bower_components"
],
"resolutions": {
"moment": "~2.9.0"
}
}