UNPKG

broccoli-sass-image-compiler

Version:

Compress images to Base64 Data URIs in variables and output to SCSS file

34 lines (33 loc) 797 B
{ "name": "broccoli-sass-image-compiler", "version": "0.1.4", "description": "Compress images to Base64 Data URIs in variables and output to SCSS file", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/blesh/broccoli-sass-image-compiler.git" }, "keywords": [ "Broccoli", "SASS", "Images", "Base64" ], "author": "Ben Lesh <ben@benlesh.com>", "license": "MIT", "dependencies": { "broccoli-writer": "^0.1.1", "datauri": "^0.5.5", "mkdirp": "^0.5.0", "broccoli-kitchen-sink-helpers": "^0.2.4", "image-size": "^0.3.0" }, "devDependencies": { "mocha": "^1.20.1", "broccoli": "^0.12.3", "expect.js": "^0.3.1" } }