-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 426 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 426 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
{
"name": "introtoauth",
"description": "",
"main": "",
"authors": [
"Cade Nichols <cade@cadenichols.com>"
],
"license": "MIT",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.2",
"bootstrap": "^3.3.6",
"angular-ui-router": "^0.2.18"
}
}