{
  "name": "less-cache",
  "version": "1.1.1",
  "description": "Less compile cache",
  "main": "./lib/less-cache",
  "scripts": {
    "clean": "shx rm -rf lib",
    "test": "jasmine-focused --captureExceptions --coffee spec",
    "coffee": "npm run clean && shx cp -r src lib && coffee -c -M -o lib lib && shx rm -rf lib/*.coffee",
    "build": "npm run coffee",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/less-cache.git"
  },
  "bugs": {
    "url": "https://github.com/atom/less-cache/issues"
  },
  "homepage": "http://atom.github.io/less-cache",
  "keywords": [
    "less",
    "less.js",
    "cache"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/atom/less-cache/raw/master/LICENSE.md"
    }
  ],
  "dependencies": {
    "fs-plus": "^3.1.1",
    "less": "^3.12.2",
    "underscore-plus": "^1.7.0",
    "walkdir": "^0.4.1"
  },
  "devDependencies": {
    "coffeescript": "^1.12.7",
    "fstream": "^1.0.12",
    "jasmine-focused": "^1",
    "temp": "^0.9.4",
    "tmp": "0.2.1",
    "shx": "^0.3.3",
    "cross-env": "^7.0.3"
  }
}
