forked from Code4HR/code4hr
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 786 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 786 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
36
{
"name": "CfAHubApp",
"version": "0.0.1",
"homepage": "https://github.com/jstirnaman/Code-for-America-Projects-Hub",
"description": "AngularJS project for Code For America KC Projects Hub.",
"main": "./assets/lib/*",
"keywords": [
"Code",
"for",
"America",
"Kansas",
"City"
],
"ignore": [
"**/.*",
"prototype",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"dependencies": {
"angular": "~1.3.15",
"angular-route": "~1.3.15",
"angular-sanitize": "~1.3.15",
"angular-leaflet-directive": "~0.7.11",
"jquery": "~2.1.3",
"bootstrap": "~3.3.4",
"font-awesome": "~4.3.0"
},
"devDependencies": {
"angular-mocks": "~1.3.15",
"angular-scenario": "~1.3.15"
}
}