Add node searching and fix the browserify compile
Showing
Cakefile
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
lib/psd/descriptor.coffee
0 → 100644
lib/psd/nodes/search.coffee
0 → 100644
| ... | ... | @@ -4,18 +4,13 @@ |
| "dependencies": { | ||
| "coffee-script": "~ 1.7.1", | ||
| "jspack": "~ 0.0.3", | ||
| "coffeescript-module": "~ 0.0.2", | ||
| "coffeescript-module": "~ 0.1.1", | ||
| "png": "~ 3.0.3", | ||
| "rsvp": "~ 3.0.6", | ||
| "lodash": "~ 2.4" | ||
| }, | ||
| "devDependencies": { | ||
| "coffeeify": "~ 0.6.0" | ||
| }, | ||
| "browserify": { | ||
| "transform": ["coffeeify"] | ||
| }, | ||
| "scripts": { | ||
| "compile": "browserify ./lib/psd.coffee > ./dist/psd.js" | ||
| "coffeeify": "~ 0.6.0", | ||
| "browserify": "~ 3.46.0" | ||
| } | ||
| } | ||
| \ No newline at end of file |
shims/png.coffee
0 → 100644
Please register or sign in to comment