{
  "name": "upload-files",
  "description": "upload files",
  "version": "0.1.8",
  "homepage": "https://github.com/qilianshan/upload-file",
  "author": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/qilianshan/upload-file.git"
  },
  "bugs": {
    "url": "https://github.com/qilianshan/upload-file/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/qilianshan/upload-file/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt": "~0.4.5"
  },
  "peerDependencies": {
    "grunt": "~0.4.5"
  },
  "keywords": [
    "gruntplugin"
  ],
  "dependencies": {
    "restler": "^3.4.0"
  }
}
