forked from codrops/ScatteredPolaroidsGallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
23 lines (23 loc) · 775 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
{
"name": "ScatteredPolaroidsGallery",
"version": "0.1",
"homepage": "https://github.com/codrops/ScatteredPolaroidsGallery",
"authors": [
"Mary Lou"
],
"description": "A flat-style Polaroid gallery where the items are scattered randomly in a container. When a specific item is selected, it will move to the middle while the other Polaroids will make space for it by moving to the sides. Optionally, an item can have a backface which will be shown by flipping the Polaroid when clicking on the current navigation dot again.",
"keywords": [
"photos",
"polaroid",
"media",
"gallery"
],
"license": "http://tympanus.net/codrops/licensing/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}