-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
38 lines (38 loc) · 823 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
{
"name": "Tech Debt Tracker",
"version": "0.0.1",
"homepage": "https://github.com/dflor003/tech-debt-tracker",
"authors": [
"Danil Flores <[email protected]>"
],
"description": "Technical Debt tracker and visualizer.",
"moduleType": [
"amd",
"node"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./public/scripts/lib",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "~0.12.1",
"angular": "~1.3.15",
"bootstrap": "~3.3.4",
"angular-route": "~1.3.15",
"angular-resource": "~1.3.15",
"components-font-awesome": "~4.3.0",
"toastr": "~2.1.1",
"linqjs": "~3.0.4-beta",
"moment": "~2.10.2",
"numeral": "~1.5.3"
},
"resolutions": {
"angular": "~1.3.15"
}
}