-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "drawsvg",
"version": "1.1.0",
"title": "jQuery DrawSVG",
"main": "public/jquery.drawsvg.js",
"author": {
"email": "[email protected]",
"name": "Leonardo Santos"
},
"license": "MIT",
"description": "Lightweight, simple to use jQuery plugin to animate SVG paths",
"keywords": [
"svg",
"animate",
"animation",
"path",
"jquery-plugin",
"ecosystem:jquery"
],
"docs": "http://lcdsantos.github.io/jquery-drawsvg/",
"demo": "http://lcdsantos.github.io/jquery-drawsvg/#demos",
"bugs": "https://github.com/lcdsantos/jquery-drawsvg/issues",
"homepage": "http://lcdsantos.github.io/jquery-drawsvg/",
"repository": {
"type": "git",
"url": "https://github.com/lcdsantos/jquery-drawsvg.git"
},
"dependencies": {
"jquery": "^3.1.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bump": "^2.4.0",
"gulp-connect": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^1.8.8",
"gulp-load-plugins": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0"
}
}