-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 755 Bytes
/
bower.json
File metadata and controls
39 lines (39 loc) · 755 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
31
32
33
34
35
36
37
38
39
{
"name": "musicanto",
"version": "1.0.0",
"authors": [
"maxcher <mctestpub@gmail.com>"
],
"description": "streaming app from soundcloud",
"main": "index.html",
"moduleType": [
"node"
],
"keywords": [
"Music",
"soundcloud",
"musicanto"
],
"license": "MIT",
"homepage": "http://maxchernin.net",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-ui-router": "~0.2.15",
"jquery": "~2.1.4",
"angular": "~1.4.4",
"bootstrap": "~3.3.5",
"angular-resource": "~1.4.4"
},
"devDependencies": {
"angular-animate": "~1.4.5",
"angular-cookies": "~1.4.4",
"please-wait": "~0.0.5",
"toastr": "~2.1.2"
}
}