{
  "name": "grunt-scp",
  "description": "Copy files to remote server",
  "version": "0.1.11",
  "homepage": "https://github.com/spmjs/grunt-scp",
  "author": {
    "name": "Hsiaoming Yang",
    "email": "me@lepture.com",
    "url": "http://lepture.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/spmjs/grunt-scp.git"
  },
  "bugs": {
    "url": "https://github.com/spmjs/grunt-scp/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/spmjs/grunt-scp/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.6"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "async": "~0.2.6",
    "scp2": "~0.1.4",
    "inquirer": "~0.3.5"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt": "~1.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "keywords": [
    "gruntplugin"
  ]
}
