-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 984 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
42
43
44
45
46
47
48
{
"author": {
"name": "qdsang",
"email": "qdsang@gmail.com"
},
"bin": {
"psd2png": "bin/psd2png.js"
},
"bugs": {
"url": "https://github.com/qdsang/psd2png/issues"
},
"dependencies": {
"psd": "3.1.0",
"zlibjs": "0.2.0"
},
"description": "Image convertor, PSD to PNG, for node.js",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "00e35d3cf135e5bf918b8a134b66ebb08a322a52",
"tarball": "https://registry.npmjs.org/psd2png/-/psd2png-0.1.0.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/qdsang/psd2png",
"keywords": [
"png",
"psd",
"convertor",
"image"
],
"main": "index.js",
"maintainers": [
{
"name": "qdsang",
"email": "qdsang@gmail.com"
}
],
"name": "psd2png",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/qdsang/psd2png.git"
},
"scripts": {},
"version": "1.2.0"
}