forked from SVG-Edit/svgedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.14 KB
/
composer.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
41
42
43
44
45
46
{
"name": "svg-edit/svgedit",
"description": "SVG-edit is a fast, web-based, javascript-driven SVG drawing editor that works in any modern browser.",
"authors": [
{
"name": "Narendra Sisodiya",
"email": "[email protected]"
},
{
"name": "Pavol Rusnak",
"email": "[email protected]"
},
{
"name": "Jeff Schiller",
"email": "[email protected]"
},
{
"name": "Vidar Hokstad",
"email": "[email protected]"
},
{
"name": "Alexis Deveria",
"email": "[email protected]"
},
{
"name": "Brett Zamir",
"email": "[email protected]"
},
{
"name": "Optimistik SAS",
"email": "[email protected]"
}
],
"keywords": [
"svg",
"svg-edit",
"drawing",
"editor"
],
"type": "library",
"license": "MIT",
"minimum-stability": "stable",
"homepage": "https://github.com/SVG-Edit/svgedit/tree/master",
"require": {
}
}