forked from BronzeFlamingos/Pathlete
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 741 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 741 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
{
"name": "pathlete-front",
"version": "1.0.0",
"homepage": "https://github.com/khkyler/Pathlete",
"authors": [
"Karim H Kyler <karim.kyler@gmail.com>"
],
"description": "dependencies for the front end of Pathlete",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.10",
"angular-mocks": "~1.3.10",
"angular-scenario": "~1.3.10",
"bootstrap": "~3.3.2",
"es5-shim": "~4.0.5",
"jquery": "~2.1.3",
"json3": "~3.3.2",
"angular-route": "~1.3.11",
"angular-ui-router": "~0.2.13",
"angular-payments": "*",
"angular-spinner": "~0.6.1",
"spin": "~1.1.6"
}
}