-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbower.json
34 lines (34 loc) · 824 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
{
"name": "angular-best-practice",
"description": "This is a best practice AngularJS package.",
"version": "0.1.5",
"homepage": "https://github.com/eisbehr-/angular-best-practice",
"authors": [{
"name": "Daniel 'Eisbehr' Kern",
"email": "github@eisbehr.de",
"homepage": "http://eisbehr.de"
}],
"repository": {
"type": "git",
"url": "git://github.com/eisbehr-/angular-best-practice.git"
},
"keywords": [
"angular",
"angularjs",
"jasmin",
"karma",
"protractor"
],
"dependencies": {
"angular": "~1.4.7",
"angular-loader": "~1.4.7",
"angular-messages": "1.4.7",
"angular-ui-router": "0.2.15",
"jquery": "^2.1.4",
"bootstrap": "~3.3.0",
"bootstrap-material-design": "~0.1.5"
},
"devDependencies": {
"angular-mocks": "^1.4.7"
}
}