forked from simboyz/psd.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 773 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
{
"name": "psd",
"version": "0.4.5",
"description": "A Photoshop file format (PSD) parser written in Coffeescript/Javascript",
"homepage": "http://meltingice.github.com/psd.js/",
"author": "Ryan LeFevre <ryan@twitpic.com> (http://meltingice.net/)",
"main": "./lib/psd.js",
"repository": {
"type": "git",
"url": "https://github.com/meltingice/psd.js.git"
},
"engines": {
"node": ">= 0.5.5"
},
"dependencies": {
"png": ">= 2.1.1"
},
"devDependencies": {
"jsmin": "1.0.1",
"coffee-script": "> 1.1.0",
"nodeunit": ">= 0.7.4",
"glob": ">= 3.1.9",
"png-js": ">= 0.1.0",
"docco": ">= 0.3.0"
},
"bugs": {
"url": "https://github.com/meltingice/psd.js/issues"
},
"scripts": {
"test": "cake test"
}
}