-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
38 lines (38 loc) · 842 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
{
"name": "svgutils",
"version": "0.12.5",
"description": "Svg Utils for pasing SVGFile and manipulate Matrix object like Snap.svg",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec -t 5000"
},
"repository": {
"type": "git",
"url": "https://github.com/throrin19/svgutils.git"
},
"keywords": [
"svg",
"matrix",
"parsing",
"json",
"xml"
],
"author": "Benjamin Besse <[email protected]>",
"license": "Apache",
"readmeFilename": "README.md",
"gitHead": "5c71469ee5f51b6e08bc8f5e3cd2b0fadf0ed89a",
"dependencies": {
"async": "~0.9.0",
"dxf-parsing": "^0.3.7",
"gm": "~1.17.0",
"underscore": "~1.7.0",
"xml2js": "~0.4.4",
"xmlbuilder": "^2.4.3"
},
"devDependencies": {
"mocha": ""
},
"engines": {
"node": "~0.10.22"
}
}