{
  "name": "06_cli_applications_using_nodejs",
  "version": "1.0.0",
  "description": "Task 6 CDP CLI Application",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "jscompiler": "bin/jscompiler.js"
  },
  "author": "Duy Minh Le",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.1.2",
    "filendir": "^1.0.0",
    "fs": "0.0.2",
    "glob": "^7.0.3",
    "optimist": "^0.6.1",
    "q": "^1.4.1",
    "uglify-js": "^2.6.2"
  }
}
