forked from meltingice/psd.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 928 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
{
"name": "psd",
"description": "A general purpose Photoshop file parser.",
"version": "3.2.0",
"main": "./index.js",
"keywords": [
"psd",
"parser",
"photoshop",
"adobe",
"reader"
],
"repository": {
"type": "git",
"url": "[email protected]:meltingice/psd.js.git"
},
"dependencies": {
"coffee-script": "~ 1.7.1",
"coffeescript-module": "~ 0.2.1",
"iconv-lite": "~ 0.4.4",
"jspack": "~ 0.0.3",
"lodash": "~ 2.4",
"parse-engine-data": "~ 0.1",
"pngjs": "3.2.0",
"rsvp": "~ 3.0.6"
},
"scripts": {
"test": "mocha test",
"docs": "node_modules/docco-husky/bin/generate lib shims"
},
"devDependencies": {
"acorn": "^5.1.1",
"bluebird": "^2.9.25",
"browserify": "~ 10.1.3",
"coffeeify": "~ 1.1.0",
"docco-husky": "*",
"mocha": "~ 1.18.2",
"rimraf": "~ 2.2.8",
"should": "~ 3.3.1",
"uglify-js": "^2.4.21"
}
}