{
  "name": "nbugs-ships-cdn",
  "description": "nbugs tool to ship web assets to the CDN mirror server",
  "version": "0.0.1",
  "scripts": {
    "test": "./bin/nbugs-ships-cdn \"test/fixtures/*.js\"",
    "lint": "eslint lib/*.js bin/*"
  },
  "bin": {
    "nbugs-ships-cdn": "bin/nbugs-ships-cdn"
  },
  "main": "lib/index.js",
  "author": [],
  "dependencies": {
    "async": "^2.1.4",
    "colors": "~1.1.2",
    "form-data": "^1.0.0-rc4",
    "glob": "~7.0.5",
    "node-fetch": "^1.6.3",
    "optimist": "~0.6.1"
  },
  "devDependencies": {
    "eslint": "^3.12.2",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-import": "^2.2.0"
  }
}
