-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
45 lines (45 loc) · 940 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
{
"name": "projecttennis",
"description": "",
"main": "app/app.js",
"authors": [
"Nic"
],
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"boilerplate",
"front-end",
"app",
"single-page",
"spa"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.6.1",
"angular-route": "^1.6.1",
"angular-sanitize": "^1.6.1",
"bootstrap": "^3.3.7",
"angular-animate": "^1.6.1",
"components-font-awesome": "^4.7.0",
"a0-angular-storage": "^0.0.15",
"angular-bootstrap": "^2.5.0",
"angular-jwt": "^0.1.9",
"angular-local-storage": "^0.5.2",
"angular-growl-v2": "^0.7.9",
"angular-moment": "^1.0.1",
"angular-swiper": "^0.4.0",
"underscore": "^1.8.3",
"angular-spinner": "^1.0.1",
"angular-accounting": "^1.0.1"
}
}