{
  "name": "source-count",
  "version": "1.2.0",
  "description": "Count source lines of code in async way",
  "main": "index.js",
  "bin": {
    "jscount" : "bin/jscount"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bangbang93/sourceCount"
  },
  "keywords": [
    "source",
    "count"
  ],
  "author": "bangbang93",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/bangbang93/sourceCount/issues"
  },
  "homepage": "https://github.com/bangbang93/sourceCount",
  "dependencies": {
    "async": "^1.3.0",
    "cli-table": "^0.3.1",
    "debug": "^2.2.0",
    "meow": "^3.3.0"
  }
}
