forked from filamentgroup/svg-to-png
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 985 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
{
"name": "svg-to-png",
"description": "Converts SVGs to PNGs",
"version": "3.1.0",
"homepage": "https://github.com/filamentgroup/svg-to-png",
"author": {
"name": "Jeffrey Lembeck/Filament Group",
"email": "hello@filamentgroup.com",
"url": "http://filamentgroup.com"
},
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/svg-to-png.git"
},
"bugs": {
"url": "https://github.com/filamentgroup/svg-to-png/issues"
},
"license": "MIT",
"main": "lib/svg-to-png",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"phantomjs-prebuilt": "^2.1.7"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"phantom-unit": "0.1.1"
},
"optionalDependencies": {
"imagemin": "3.1.0"
},
"keywords": []
}