forked from jergagon1/fuzzface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 752 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 752 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
{
"directory": "public/vendor/bower_components",
"name": "fuzzface",
"homepage": "https://github.com/jergagon1/fuzzface",
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ng-file-upload-shim": "~10.0.2",
"angular-sanitize": "~1.4.8",
"blockUI": "*",
"angular-animate": "~1.4.8",
"pusher-angular": "~0.1.8",
"lodash": "~3.10.1",
"angular-cookies": "~1.4.8",
"angular-ui-router": "ui-router#~0.2.15",
"angular-moment": "git://github.com/urish/angular-moment#master",
"lodash-inflection": "~1.3.0",
"angular-modal-service": "~0.6.9"
}
}