{
  "name": "bless",
  "version": "4.0.4",
  "description": "CSS Post-Processor that chunks CSS files per IE9 selector count restrictions",
  "url": "http://blesscss.com",
  "keywords": [
    "css",
    "parser",
    "less",
    "sass",
    "stylus",
    "ie9",
    "selector-limit"
  ],
  "author": "Paul Young <paulyoungonline+bless@gmail.com>",
  "maintainers": [
    "Matt Smith <mtscout6+bless@gmail.com>",
    "Alex Abenoja <abenojaalex@gmail.com>"
  ],
  "repository": "BlessCSS/bless",
  "license": "MIT",
  "bin": {
    "blessc": "./bin/blessc"
  },
  "main": "./lib/index",
  "directories": {
    "test": "./test"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "chalk": "^1.1.3",
    "columnify": "^1.4.1",
    "css": "^2.2.0",
    "format-number": "^2.0.1",
    "fs-promise": "^0.5.0",
    "lodash": "^4.6.1",
    "rx": "^4.1.0",
    "yargs": "^3.6.0"
  },
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-core": "^6.7.2",
    "babel-eslint": "^5.0.0",
    "babel-istanbul": "^0.6.0",
    "babel-plugin-add-module-exports": "^0.1.1",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-stage-0": "^6.1.18",
    "chai": "^3.2.0",
    "child-process-promise": "^1.1.0",
    "coveralls": "^2.11.4",
    "eslint": "~2.2.0",
    "mocha": "^2.2.1"
  },
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "test": "./run-tests",
    "lint": "eslint ./",
    "prepublish": "npm run test && npm run build"
  }
}
