riaf/clclean

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "clclean",
  "version": "1.1.0",
  "description": "Delete pictures from cloudinary",
  "main": "index.js",
  "bin": {
    "clclean": "./bin/clclean"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/riaf/clclean.git"
  },
  "keywords": [
    "cloudinary"
  ],
  "author": "Keisuke SATO <riafweb@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/riaf/clclean/issues"
  },
  "dependencies": {
    "cloudinary": "1.0.*",
    "lodash": "2.4.*",
    "moment": "2.5.*",
    "yargs": "1.2.*",
    "charm": "^0.2.0"
  }
}