{
  "name": "spritesheet-templates",
  "description": "Convert spritesheet data into CSS or CSS pre-processor data",
  "version": "10.5.2",
  "homepage": "https://github.com/twolfson/spritesheet-templates",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/spritesheet-templates.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/spritesheet-templates/issues"
  },
  "license": "MIT",
  "main": "lib/spritesheet-templates",
  "engines": {
    "node": ">= 8.0.0"
  },
  "scripts": {
    "precheck": "twolfson-style precheck lib/ test/",
    "lint": "twolfson-style lint lib/ test/",
    "pretest": "twolfson-style install",
    "test": "npm run precheck && mocha --timeout 10000 && npm run lint"
  },
  "dependencies": {
    "handlebars": "^4.6.0",
    "handlebars-layouts": "^3.1.4",
    "json-content-demux": "~0.1.2",
    "underscore": "~1.13.1",
    "underscore.string": "~3.3.0"
  },
  "devDependencies": {
    "css-validator": "~0.5.0",
    "eight-track-normalize-multipart": "~0.2.0",
    "express": "~3.21.2",
    "foundry": "~4.3.2",
    "foundry-release-git": "~2.0.2",
    "foundry-release-npm": "~2.0.2",
    "jscs": "~1.8.1",
    "jshint": "~2.5.11",
    "less": "~3.9.0",
    "mocha": "~1.14.0",
    "nine-track": "~3.0.1",
    "stylus": "~0.41.3",
    "temporary": "0.0.8",
    "twolfson-style": "~1.6.0"
  },
  "keywords": [
    "json",
    "css",
    "sass",
    "scss",
    "stylus",
    "less",
    "sprite",
    "spritesheet",
    "template",
    "format"
  ],
  "foundry": {
    "releaseCommands": [
      "foundry-release-git",
      "foundry-release-npm"
    ]
  }
}