forked from hrr11-gremlin/Represent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
32 lines (32 loc) · 764 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
{
"name": "congressional-stalker",
"description": "Stay informed, see how your elected officials are using thier post",
"main": "client/app.js",
"authors": [
"Sean Reimer",
"Delphine Foo-Matkin",
"Santosh Guatam",
"Bryan Bierce"
],
"license": "MIT",
"homepage": "https://github.com/Delorean11/Delorean11",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.8",
"angular-ui-router": "~0.2.15",
"Materialize": "materialize#~0.97.5",
"angular-resource": "~1.4.8",
"jquery": "~2.2.0",
"angular-materialize": "~0.1.2",
"progressbar.js": "~0.9.0",
"angular-material": "~1.0.2"
}
}