-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 926 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
{
"name": "points-tracker",
"version": "0.0.0",
"homepage": "https://github.com/paynejacob21/points-tracker",
"authors": [
"Bill Zeligson <[email protected]>",
"Jake 'The Snake' Payne <[email protected]>"
],
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.4",
"jquery": "~2.1.4",
"moment": "~2.10.2",
"lodash": "~3.9.3",
"angular-ui-router": "~0.2.14",
"angular": "~1.4.1",
"bootswatch-dist": "3.3.0-lumen",
"angular-resource": "~1.4.1",
"angular-mocks": "~1.4.1",
"angular-bootstrap": "~0.13.0",
"font-awesome": "~4.3.0",
"angularjs-toaster": "~0.4.14",
"angular-animate": "~1.4.1",
"angular-file-upload": "~1.1.5"
},
"resolutions": {
"angular": "~1.2.11"
}
}