-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
64 lines (64 loc) · 1.79 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "htsApp",
"version": "0.0.0",
"authors": [
"Brad Davis <Brad.Davis@HashtagSell.com>"
],
"description": "HashtagSell Javascript Web Dependencies",
"moduleType": [
"amd",
"es6",
"globals",
"node",
"yui"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"fontawesome": "~4.2.0",
"jshashtable-3.0": "https://jshashtable.googlecode.com/files/jshashtable-3.0.zip",
"modernizr": "~2.8.3",
"ng-table": "~0.3.3",
"underscore": "~1.7.0",
"gmaps-samples-v3": "svn+http://gmaps-samples-v3.googlecode.com/svn/",
"gmaps-utility-library-v3": "svn+http://google-maps-utility-library-v3.googlecode.com/svn/",
"ment.io": "~0.9.12",
"dropzone": "~3.10.2",
"bootstrap": "~3.2.0",
"imagesloaded": "~3.1.8",
"angular-ui-router": "~0.2.11",
"angular-google-maps": "~2.0.7",
"angular-sanitize": "~1.3.12",
"lodash": "~2.4.1",
"angular-ivh-treeview": "~0.8.0",
"angular-bootstrap-datetimepicker": "~0.3.8",
"angular": "~1.3.9",
"angular-bootstrap-switch": "~0.3.0",
"slick-carousel": "~1.4.1",
"socket.io-client": "~1.3.4",
"angular-ui-bootstrap-bower": "~0.12.0",
"angular-ui-notification": "~0.0.5",
"angular-ui-unique": "https://github.com/angular-ui/ui-utils.git#bower-unique",
"angular-cookies": "~1.3.15",
"ui-router-extras": "~0.0.13",
"angular-easyfb": "~1.2.1",
"angular-bootstrap-slider": "~0.1.1",
"angular-slick": "~0.2.1",
"jsdiff": "~1.3.2",
"braintree-angular": "~1.2.1",
"angular-ui-select": "~0.11.2",
"angular-vs-repeat": "~1.0.0-rc9",
"angulartics": "~0.18.0",
"fastclick": "~1.0.6"
},
"resolutions": {
"angular": "~1.3.9"
}
}