-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 KB
/
package.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
47
48
49
{
"name": "jsyg-fulleditor",
"version": "1.1.0",
"description": "complete and very simple API to create svg editor",
"main": "JSYG.FullEditor.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]@github.com/YannickBochatay/JSYG.FullEditor.git"
},
"keywords": [
"svg",
"jsyg",
"jquery",
"javascript",
"library"
],
"author": "Yannick Bochatay",
"license": "MIT",
"bugs": {
"url": "https://github.com/YannickBochatay/JSYG.FullEditor/issues"
},
"homepage": "https://github.com/YannickBochatay/JSYG.FullEditor#readme",
"scripts": {
"grunt": "grunt",
"doc": "documentation readme JSYG.FullEditor.js --section=API"
},
"devDependencies": {
"bootstrap": "^5.3.3",
"documentation": "^14.0.3",
"grunt": "^1.0.2",
"grunt-contrib-concat": "^1.0.1"
},
"dependencies": {
"jquery.hotkeys": "^0.1.0",
"jsyg": "^1.1.0",
"jsyg-alignment": "^1.0.0",
"jsyg-cropandresize": "^1.0.0",
"jsyg-editor": "^1.1.0",
"jsyg-pathdrawer": "^1.0.0",
"jsyg-polylinedrawer": "^1.0.0",
"jsyg-shapedrawer": "^1.0.0",
"jsyg-texteditor": "^1.0.0",
"jsyg-undoredo": "^1.0.0",
"jsyg-zoomandpan": "^1.0.0"
}
}