-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 904 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
{
"name": "seame-embed",
"description": "Embedded iframe for app sea.me",
"main": "",
"authors": [
"Gabriel Daudin"
],
"license": "",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.2",
"photoswipe": "^4.1.1",
"angular-ui-router": "^0.4.2"
},
"install": {
"path": "www/libs",
"sources": {
"angular": "bower_components/angular/angular.min.js",
"angular-ui-router" : "bower_components/angular-ui-router/release/angular-ui-router.min.js",
"photoswipe": [
"bower_components/photoswipe/dist/photoswipe-ui-default.min.js",
"bower_components/photoswipe/dist/photoswipe.min.js",
"bower_components/photoswipe/dist/photoswipe.css",
"bower_components/photoswipe/dist/default-skin/default-skin.css"
]
}
}
}