forked from meltingice/psd.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 707 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 707 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
{
"name": "psd",
"description": "A general purpose Photoshop file parser.",
"version": "1.0.2",
"main": "./index.js",
"keywords": ["psd", "parser", "photoshop", "adobe", "reader"],
"repository": {
"type": "git",
"url": "git@github.com:meltingice/psd.js.git"
},
"dependencies": {
"coffee-script": "~ 1.7.1",
"jspack": "~ 0.0.3",
"coffeescript-module": "~ 0.2.1",
"pngjs": "~ 0.4.0",
"rsvp": "~ 3.0.6",
"lodash": "~ 2.4",
"iconv-lite": "~ 0.4.4"
},
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"coffeeify": "~ 0.6.0",
"browserify": "~ 3.46.0",
"mocha": "~ 1.18.2",
"should": "~ 3.3.1",
"rimraf": "~ 2.2.8"
}
}