-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 737 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 737 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": "psd-cli",
"version": "0.2.1",
"description": "Convert to PNG and extract text from Photoshop files using the CLI",
"author": "Simon Tarchichi <kartsims@gmail.com>",
"bin": {
"psd": "./bin/psd.js"
},
"main": "index.js",
"engines": {
"node": "5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kartsims/psd-cli"
},
"bugs": {
"url": "https://github.com/kartsims/psd-cli/issues"
},
"keywords": [
"psd",
"photoshop"
],
"dependencies": {
"async": "1.5.0",
"chalk": "1.1.1",
"commander": "2.9.0",
"file-type": "3.3.0",
"psd": "3.1.0",
"read-chunk": "1.0.1"
},
"devDependencies": {},
"preferGlobal": true,
"license": "MIT"
}