Naxmeify/nloc

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nloc",
  "version": "0.0.3",
  "description": "naxmeify lines of code tool",
  "main": "./lib/nloc.js",
  "bin": {
    "nloc": "./bin/nloc"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Naxmeify/nloc.git"
  },
  "keywords": [
    "lines",
    "of",
    "code",
    "loc"
  ],
  "author": "MRW Neundorf",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Naxmeify/nloc/issues"
  },
  "homepage": "https://github.com/Naxmeify/nloc#readme",
  "dependencies": {
    "async": "^1.5.0",
    "cli-table": "^0.3.1",
    "commander": "^2.9.0",
    "jschardet": "^1.4.1",
    "lodash": "^3.10.1",
    "sloc": "^0.1.9"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "should": "^7.1.1"
  }
}