slahiri/ncmd

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ncmd",
  "version": "0.0.9",
  "description": "Command line utility to organize files",
  "main": "ncmd.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/slahiri/ncmd.git"
  },
  "author": "Siddhartha Lahiri <siddhartha.lahiri@gmail.com>",
  "license": "MIT",
  "bin": {
    "ncmd": "./index.js"
  },
  "bugs": {
    "url": "https://github.com/slahiri/ncmd/issues"
  },
  "homepage": "https://github.com/slahiri/ncmd.git#readme",
  "keywords": [
    "organize",
    "images",
    "filesystem"
  ],
  "dependencies": {
    "bluebird": "3.4.1",
    "fs-extra-promise": "0.4.0",
    "bunyan": "1.8.1",
    "bunyan-pretty-stream": "1.0.1",
    "commander": "2.9.0",
    "walk": "2.3.9"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "codacy-coverage": "2.0.0",
    "codeclimate-test-reporter": "0.3.3",
    "eslint": "3.3.1",
    "eslint-config-google": "0.6.0",
    "eslint-config-loopback": "4.0.0",
    "gulp": "3.9.1",
    "gulp-codacy": "1.0.0",
    "gulp-codeclimate-reporter": "1.2.0",
    "gulp-eslint": "3.0.1",
    "gulp-if": "2.0.1",
    "gulp-istanbul": "1.0.0",
    "gulp-mocha": "2.2.0",
    "gulp-nsp": "2.4.2",
    "gulp-shrinkwrap": "2.0.1",
    "istanbul": "0.4.5",
    "mocha": "3.0.2",
    "mocha-lcov-reporter": "1.2.0",
    "nsp": "2.6.1",
    "shrinkwrap": "0.4.0"
  }
}