{
  "name": "efe-lint",
  "version": "1.7.0",
  "description": "A progressive code style check tool which supports .html/.css/.js/.san",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "san",
    "jslint",
    "csshint",
    "htmlhint"
  ],
  "bin": {
    "efe-lint": "index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mly-zju/efe-lint"
  },
  "author": "mly-zju",
  "license": "ISC",
  "dependencies": {
    "split": "^1.0.1"
  }
}
