forked from svgdotjs/svgdom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 771 Bytes
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
{
"name": "svgdom",
"version": "0.0.15",
"description": "Straightforward DOM implementation to make SVG.js run headless on Node.js",
"main": "dom.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svgdotjs/svgdom.git"
},
"keywords": [
"svgjs",
"dom",
"nodejs"
],
"author": "Ulrich-Matthias Schäfer",
"license": "MIT",
"bugs": {
"url": "https://github.com/svgdotjs/svgdom/issues"
},
"homepage": "https://github.com/svgdotjs/svgdom#readme",
"dependencies": {
"fontkit": "^1.5.4",
"gl-matrix": "^2.3.2",
"image-size": "^0.5.1",
"sax": "^1.2.2"
},
"devDependencies": {
"mocha": "^4.0.1",
"reify": "^0.12.3",
"xmldom": "^0.1.27"
}
}