-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 880 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
{
"name": "svg-path-bounds",
"version": "1.0.2",
"description": "Get bounding box of an svg path data",
"main": "index.js",
"types": "index.d.td",
"scripts": {
"test": "node test"
},
"keywords": [
"svg",
"boundaries",
"normalize",
"coordinate",
"range",
"clip",
"mask",
"svg path",
"path"
],
"author": "Dima Yv <[email protected]>",
"license": "MIT",
"dependencies": {
"abs-svg-path": "^0.1.1",
"is-svg-path": "^1.0.1",
"normalize-svg-path": "^1.0.0",
"parse-svg-path": "^0.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfcreative/svg-path-bounds.git"
},
"bugs": {
"url": "https://github.com/dfcreative/svg-path-bounds/issues"
},
"homepage": "https://github.com/dfcreative/svg-path-bounds#readme",
"devDependencies": {
"tape": "^4.7.0"
}
}