forked from lavinjj/noagendaqsoparty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 861 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": "noagendaqsoparty",
"version": "0.0.0",
"main": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.0",
"underscore": "~1.5",
"bootstrap": "~3.1",
"angular": "~1.2",
"angular-route": "~1.2",
"angular-animate": "~1.2",
"angular-resource": "~1.2",
"angular-cookies": "~1.2",
"angular-mocks": "~1.2",
"angular-sanitize": "~1.2",
"angular-ui-utils": "~0.1",
"angular-bootstrap": "~0.10",
"moment": "~2.5",
"less.js": "~1.6",
"font-awesome": "~4.0",
"ngFileReader": "~0.0.5",
"log4javascript": "~1.4.9",
"angular-local-storage": "~0.1.5",
"angulartics": "~0.17.1",
"ngUpload": "~0.5.14"
}
}