-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
42 lines (42 loc) · 954 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
33
34
35
36
37
38
39
40
41
42
{
"name": "De-La-Soul-Thesis",
"version": "0.0.0",
"homepage": "https://github.com/De-La-Soul/De-La-Soul-Thesis.git",
"authors": [
"De-La-Soul-Thesis-Team"
],
"description": "Find music events",
"main": "index.js",
"moduleType": [
"node"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap": "~0.13.4",
"angular-google-maps": "~2.2.0",
"angular-spinners": "~3.0.2",
"angular-ui-date": "~0.0.8",
"angular-ui-router": "~0.2.11",
"angular-wurfl-image-tailor": "~0.9.4",
"angular-utils-pagination": "angular-utils-pagination#~0.8.4",
"bootstrap": "~3.3.5",
"ngmap": "~1.13.4",
"pickadate": "~3.5.6",
"ui-router": "~0.2.15",
"lodash": "^4.2.1"
},
"resolutions": {
"angular": "^1.4.8"
},
"devDependencies": {
"angular-mocks": "^1.5.0"
}
}