forked from mladenplavsic/masongram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 838 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
{
"name": "masongram",
"authors": [
"Mladen Plavsic <[email protected]>"
],
"description": "JavaScript library for showing photos from Instagram using API, layout using Masonry, with infiniteload",
"main": [
"dist/masongram.js",
"dist/masongram.css"
],
"keywords": [
"instagram",
"masonry",
"lightbox",
"infinite",
"scroll",
"api"
],
"license": "MIT",
"homepage": "https://mladenplavsic.github.io/masongram/",
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"docs",
"src",
".gitignore",
"bower.json",
"gulpfile.js",
"LICENSE.md",
"package.json"
],
"dependencies": {
"jquery": "^2.2.4",
"masonry": "^4.1.1",
"imagesloaded": "images-loaded#^4.1.1",
"jquery-infinite-scroll": "infinite-scroll#^2.1.0"
}
}