12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@bthlabs/sass-spritemaker",
- "version": "1.0.2",
- "description": "Convert a bunch of PNGs to a Sass spritemap.",
- "main": "./lib/spritemaker.js",
- "repository": {
- "type": "git",
- "url": "https://git.bthlabs.pl/tomekwojcik/sass-spritemaker.git"
- },
- "author": "Tomek Wójcik <contact@bthlabs.pl> (https://www.bthlabs.pl/)",
- "license": "MIT",
- "private": false,
- "engines": {
- "node": ">=6.9.0"
- },
- "scripts": {
- "lint": "./node_modules/.bin/eslint example/ lib/ test/",
- "test": "./node_modules/.bin/mocha"
- },
- "dependencies": {
- "glob": "7.1.3",
- "mustache": "3.0.1",
- "pngjs": "3.3.3"
- },
- "devDependencies": {
- "chai": "4.2.0",
- "eslint": "5.11.1",
- "eslint-plugin-mocha": "5.2.0",
- "mocha": "5.2.0"
- }
- }
|