forked from bumbu/svg-pan-zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.27 KB
/
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": "svg-pan-zoom",
"version": "3.5.1",
"homepage": "https://github.com/ariutta/svg-pan-zoom",
"authors": [
"Andrea Leofreddi <a.leofreddi@itcharm.com>",
"Anders Riutta <git@andersriutta.com>",
"Zeng Xiaohui",
"Barry Coughlan (https://github.com/bcoughlan)",
"Risingson",
"bumbu alex (http://bumbu.me>)",
"Alexander Pico <apico@gladstone.ucsf.edu>",
"Kyran Burraston (http://kyranburraston.co.uk)",
"Risingson (https://github.com/Risingson)",
"Siddhanathan Shanmugam <siddhanathan+social@gmail.com>",
"Karina Simard (https://github.com/ksimard)",
"Christopher Clark <chris.clark@sparkfun.com>",
"Vladimir Prus (http://vladimirprus.com)",
"Barry Coughlan (https://github.com/bcoughlan)",
"Ionică Bizău (http://ionicabizau.net/)",
"Ciprian Placintă (https://github.com/CiprianPlacinta)",
"Riccardo Santoro (https://github.com/VeNoMiS)",
"César Vidril (https://github.com/Yimiprod)"
],
"description": "JavaScript library for panning and zooming an SVG image from the mouse, touches and programmatically.",
"main": "dist/svg-pan-zoom.js",
"keywords": [
"svg",
"pan",
"zoom"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}