1
0
Fork 0
sass-spritemaker/package.json

33 lines
794 B
JSON

{
"name": "@bthlabs/sass-spritemaker",
"version": "1.0.0",
"description": "Convert a bunch of PNGs to a Sass spritemap.",
"main": "./lib/spritemaker.js",
"repository": {
"type": "git",
"url": "https://git.bthlabs.pl/tomekwojcik/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",
"urijs": "1.19.1"
},
"devDependencies": {
"chai": "4.2.0",
"eslint": "5.11.1",
"eslint-plugin-mocha": "5.2.0",
"mocha": "5.2.0"
}
}