{
  "name": "file-system-css",
  "version": "1.0.17",
  "description": "A super-fast CSS compiler that finds, builds, caches and monitors files across the file-system.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register",
    "tdd": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register --watch",
    "lint": "eslint ./src",
    "build": "babel src --out-dir lib --source-maps",
    "build:watch": "npm run build -- --watch",
    "prepublish": "npm test && npm run lint && npm run build"
  },
  "dependencies": {
    "bluebird": "^3.3.5",
    "file-system-cache": "^1.0.5",
    "cache-manager": "1.1.0",
    "chokidar": "^1.0.5",
    "clean-css": "^3.4.3",
    "fs-extra": "^0.30.0",
    "nib": "^1.1.0",
    "ramda": "^0.21.0",
    "stylus": "^0.54.5"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "js-babel": "^6.0.4",
    "js-babel-dev": "^6.0.5",
    "mocha": "^2.4.5",
    "sinon": "^1.16.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/philcockfield/file-system-css"
  },
  "keywords": [
    "stylus,css,fs,file-system,compiler,cache"
  ],
  "author": {
    "name": "Phil Cockfield",
    "email": "phil@cockfield.net",
    "url": "https://github.com/philcockfield"
  },
  "homepage": "https://github.com/philcockfield/file-system-css",
  "license": "MIT"
}
