-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 723 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 723 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
33
34
35
{
"name": "furtherjs",
"description": "",
"main": "app.js",
"authors": [
"Caspar Fischer-Zernin <casparfz@gmail.com>"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.5",
"ng-token-auth": "^0.0.29",
"angular-cookies": "^1.5.5",
"angular-cookie": "^4.1.0",
"angular-bootstrap": "^1.3.2",
"bootstrap": "^3.3.6",
"angular-animate": "^1.5.5",
"angular-xeditable": "^0.1.12",
"angular-route": "^1.5.5",
"angular-ui-router": "^0.2.18"
},
"devDependencies": {
"angular-mocks": "^1.5.5"
},
"resolutions": {
"angular": "1.5.5"
}
}