forked from joeherold/imagemagick-darwin-static
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 856 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
{
"name": "imagemagick-darwin-static",
"version": "1.0.11",
"description": "static library of imagemagic for darwin x64",
"keywords": [
"static",
"image",
"imagemagick",
"magick",
"mac",
"osx",
"darwin",
"x64"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node ./prepublish.js",
"postinstall": "node ./install.js"
},
"author": "Johannes Pichler <[email protected]>",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/joeherold/imagemagick-darwin-static.git"
},
"bugs": {
"url": "https://github.com/joeherold/imagemagick-darwin-static/issues"
},
"license": "MIT",
"dependencies": {
"fs-extra": "7.0.1",
"tar": "4.4.8"
},
"devDependencies": {}
}