Produce minified version for web
Showing
dist/psd.js.map
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
dist/psd.min.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -3,7 +3,13 @@ |
| "description": "A general purpose Photoshop file parser.", | ||
| "version": "3.1.0", | ||
| "main": "./index.js", | ||
| "keywords": ["psd", "parser", "photoshop", "adobe", "reader"], | ||
| "keywords": [ | ||
| "psd", | ||
| "parser", | ||
| "photoshop", | ||
| "adobe", | ||
| "reader" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@github.com:meltingice/psd.js.git" | ||
| ... | ... | @@ -23,11 +29,13 @@ |
| "docs": "node_modules/docco-husky/bin/generate lib shims" | ||
| }, | ||
| "devDependencies": { | ||
| "coffeeify": "~ 1.1.0", | ||
| "bluebird": "^2.9.25", | ||
| "browserify": "~ 10.1.3", | ||
| "coffeeify": "~ 1.1.0", | ||
| "docco-husky": "*", | ||
| "mocha": "~ 1.18.2", | ||
| "should": "~ 3.3.1", | ||
| "rimraf": "~ 2.2.8", | ||
| "docco-husky": "*" | ||
| "should": "~ 3.3.1", | ||
| "uglify-js": "^2.4.21" | ||
| } | ||
| } |
Please register or sign in to comment