-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathbower.json
40 lines (40 loc) · 907 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
40
{
"name": "paver",
"description": "A minimal panorama/image viewer replicating the effect seen in Facebook Pages app.",
"version": "1.3.4",
"homepage": "https://github.com/terrymun/paver",
"main": [
"./src/js/jquery.paver.js",
"./dist/css/paver.css"
],
"authors": [
{
"name": "Terry Mun",
"email": "[email protected]",
"homagepage": "http://terrymun.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/terrymun/paver/"
},
"keywords": [
"paver",
"panorama",
"photo"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"package.json",
"component.json",
"demo",
"src"
],
"dependencies": {
"jquery": ">=1.9"
}
}