-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
43 lines (43 loc) · 948 Bytes
/
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
{
"name": "svg.pathmorphing.js",
"version": "0.1.3",
"description": "Enables pathmorphing / path animation in svg.js",
"main": "dist/svg.pathmorphing.js",
"keywords": [
"svg.js",
"pathmorphing",
"animation"
],
"bugs": "https://github.com/svgdotjs/svg.pathmorphing.js/issues",
"license": "MIT",
"author": "Ulrich-Matthias Schäfer",
"contributors": [
{
"name": "Ulrich-Matthias Schäfer"
}
],
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "https://github.com/svgdotjs/svg.pathmorphing.js.git"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-header": "^1.8.8",
"gulp-iife": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-standard": "^10.0.0",
"gulp-trimlines": "^1.0.1",
"gulp-uglify": "^2.1.2",
"gulp-wrap-iife": "0.0.1"
},
"dependencies": {
"svg.js": "^2.4.0"
}
}