-
Notifications
You must be signed in to change notification settings - Fork 388
/
Copy pathbower.json
39 lines (39 loc) · 1.23 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
{
"name": "svg-pan-zoom",
"version": "3.2.6",
"homepage": "https://github.com/ariutta/svg-pan-zoom",
"authors": [
"Andrea Leofreddi <[email protected]>",
"Anders Riutta <[email protected]>",
"Zeng Xiaohui",
"Barry Coughlan (https://github.com/bcoughlan)",
"Risingson",
"bumbu alex (http://bumbu.me>)",
"Alexander Pico <[email protected]>",
"Kyran Burraston (http://kyranburraston.co.uk)",
"Risingson (https://github.com/Risingson)",
"Siddhanathan Shanmugam <[email protected]>",
"Karina Simard (https://github.com/ksimard)",
"Christopher Clark <[email protected]>",
"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)"
],
"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-2-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}