gulpman
Version:
Create Modular Front-End Build System. Based on gulp, very easy and light
70 lines (69 loc) • 1.78 kB
JSON
{
"name": "gulp-css-spriter",
"version": "0.3.3",
"description": "Sprite Sheet Generation from CSS source files. The best and different approach to sprite sheets.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/MadLittleMods/gulp-css-spriter.git"
},
"keywords": [
"css",
"gulp",
"gulpplugin",
"gulpfriendly",
"sprite",
"spritesheet",
"sass",
"less"
],
"author": {
"name": "Eric Eastwood",
"email": "contact@ericeastwood.com",
"url": "http://ericeastwood.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MadLittleMods/gulp-css-spriter/issues"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"bluebird": "^2.9.3",
"css": "^2.1.0",
"extend": "^2.0.0",
"fs-extra": "^0.14.0",
"gulp-util": "^3.0.1",
"spritesmith": "^1.0.3",
"through2": "^0.6.2"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"gulp": "^3.8.10",
"mocha": "^2.1.0"
},
"gitHead": "2a4f030a00e0135ff8270acf1f34bb0c2537d102",
"homepage": "https://github.com/MadLittleMods/gulp-css-spriter",
"_id": "gulp-css-spriter@0.3.3",
"_shasum": "4f69315ac01d92a0dc9996c02054cbd4826aeac1",
"_from": "gulp-css-spriter@latest",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "mlm",
"email": "contact@ericeastwood.com"
},
"maintainers": [
{
"name": "mlm",
"email": "contact@ericeastwood.com"
}
],
"dist": {
"shasum": "4f69315ac01d92a0dc9996c02054cbd4826aeac1",
"tarball": "http://registry.npmjs.org/gulp-css-spriter/-/gulp-css-spriter-0.3.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gulp-css-spriter/-/gulp-css-spriter-0.3.3.tgz"
}