{
  "name": "csshint",
  "description": "lint your css code",
  "version": "0.3.4",
  "keywords": [
    "csslint",
    "csshint"
  ],
  "maintainers": [
    {
      "name": "ielgnaw",
      "email": "wuji0223@gmail.com"
    }
  ],
  "dependencies": {
    "chalk": "^1.1.3",
    "edp-core": "^1.0.32",
    "js-yaml": "^3.6.1",
    "manis": "^0.3.0",
    "object-assign": "^4.1.0",
    "postcss": "^5.2.0",
    "strip-json-comments": "^2.0.1"
  },
  "engines": {
    "node": ">=0.10"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-istanbul": "^0.11.0",
    "babel-node-debug": "^2.0.0",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-stage-2": "^6.13.0",
    "chai": "^3.5.0",
    "coveralls": "^2.11.13",
    "debug": "^2.2.0",
    "fecs": "stable",
    "istanbul": "^0.3.2",
    "jasmine-node": "^1.14.5",
    "json-stringify-safe": "^5.0.1",
    "mocha": "^3.0.2"
  },
  "scripts": {
    "lint": "fecs src test/**/*.spec.js --type=js",
    "compile": "rm -rf lib && ./node_modules/.bin/babel src -d lib --source-maps inline --copy-files",
    "debug": "npm run compile && ./node_modules/.bin/babel-node-debug lib/index.js",
    "test": "npm run compile && ./node_modules/.bin/_mocha --compilers js:babel-core/register --recursive",
    "coverage": "npm run compile && ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover _mocha 'test/**/*.spec.@(js|es|es6)'",
    "coverage1": "npm run compile && ./node_modules/.bin/babel-node ./node_modules/.bin/babel-istanbul cover _mocha -- --recursive",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "sourcemap": "./node_modules/.bin/babel src -d lib -s",
    "watch": "./node_modules/.bin/babel -w src -d lib --source-maps inline --copy-files",
    "prepublish": "npm run compile"
  },
  "main": "./lib/checker.js",
  "bin": {
    "csshint": "./bin/csshint-cli"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ecomfe/node-csshint"
  }
}
