-
Notifications
You must be signed in to change notification settings - Fork 132
/
Copy pathbower.json
33 lines (33 loc) · 881 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
{
"name": "juxtapose",
"version": "1.1.6",
"description": "JuxtaposeJS is a JavaScript library for making before/after image sliders",
"homepage": "https://juxtapose.knightlab.com",
"repository": {
"type": "git",
"url": "https://github.com/NUKnightLab/juxtapose"
},
"authors": [
"knightlab@northwestern.edu"
],
"main": ["build/css/juxtapose.css", "build/js/juxtapose.js"],
"keywords": ["juxtapose", "compare", "images", "slider", "before", "after"],
"license": "MPL-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"website",
"images",
"juxtapose",
"requirements.txt",
"fabfile.py",
"example.html",
"DEVELOPER.md",
"config.json",
"LICENSE",
"AUTHORS"
]
}