UNPKG

rollup-plugin-sprite

Version:

Create a sprite sheet based on spritesmith for Rollup

42 lines (41 loc) 985 B
{ "name": "rollup-plugin-sprite", "version": "0.1.2", "description": "Create a sprite sheet based on spritesmith for Rollup", "main": "index.js", "scripts": { "test": "ava test/**/*.test.js", "coverage": "nyc npm test" }, "repository": { "type": "git", "url": "git+https://github.com/linjinying/rollup-plugin-sprite.git" }, "keywords": [ "rollup", "rollup-plugin", "rollup-plugin-sprite", "spritesmith", "sprite" ], "author": "narol", "license": "MIT", "bugs": { "url": "https://github.com/linjinying/rollup-plugin-sprite/issues" }, "homepage": "https://github.com/linjinying/rollup-plugin-sprite#readme", "dependencies": { "gaze": "^1.1.2", "glob": "^7.1.2", "lodash": "^4.17.4", "spritesheet-templates": "^10.2.2", "spritesmith": "^3.3.0", "write": "^1.0.3" }, "devDependencies": { "ava": "^0.24.0", "coveralls": "^3.0.0", "nyc": "^11.4.1", "rollup": "^0.55.0" } }