forked from anru/node-rsvg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 748 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 748 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
36
37
38
{
"name": "librsvg",
"version": "0.5.0",
"description": "Parse SVG files and render them as PNG, PDF, SVG, or raw memory buffer images.",
"keywords": [
"svg",
"render",
"renders",
"rendering",
"graphic",
"graphics",
"image",
"images",
"librsvg",
"cairo"
],
"repository": {
"type": "git",
"url": "https://github.com/anru/node-rsvg.git"
},
"scripts": {
"test": "gulp test"
},
"dependencies": {
"bindings": "~1.2.0",
"nan": "^1.8.4"
},
"devDependencies": {
"chai": "~1.8.1",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"jshint-stylish": "^1.0.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
},
"license": "MIT"
}