gulp.spritesmith-multi
Version:
A wrapper for gulp.spritesmith to generate multiple sprites and stylesheets
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "gulp.spritesmith-multi",
"version": "3.1.0",
"description": "A wrapper for gulp.spritesmith to generate multiple sprites and stylesheets",
"main": "index.js",
"dependencies": {
"gulp.spritesmith": "^6.0.0",
"handlebars": "^4.0.5",
"merge-stream": "^1.0.0",
"mixy": "^1.0.0",
"through2": "^2.0.0"
},
"devDependencies": {
"callback-sequence": "^3.0.0",
"del": "^2.0.0",
"eslint": "^2.1.0",
"gulp": "^3.9.0",
"gulp-csso": "^1.0.1",
"gulp-imagemin": "^2.4.0",
"tap": "^5.0.0"
},
"scripts": {
"test": "npm run lint && tap test/*.js",
"cov": "tap --cov test/*.js",
"lint": "eslint *.js 'lib/**/*.js' test/*.js bin/*.js",
"coveralls": "COVERALLS_REPO_TOKEN=BJcooCig6VD9s8fRm2YPFv6mmvrPUhXoh npm run cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reducejs/gulp.spritesmith-multi.git"
},
"keywords": [
"spritesmith",
"gulp",
"sprite",
"css"
],
"author": "zoubin",
"license": "MIT",
"bugs": {
"url": "https://github.com/reducejs/gulp.spritesmith-multi/issues"
},
"homepage": "https://github.com/reducejs/gulp.spritesmith-multi#readme"
}