{
  "name": "form-data2",
  "version": "1.0.4",
  "description": "A Streams2-compatible drop-in replacement for the `form-data` module.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel --watch src/form-data2.js --out-file lib/form-data2.js"
  },
  "repository": "http://git.cryto.net/joepie91/node-form-data2.git",
  "keywords": [
    "form-data",
    "multipart",
    "http",
    "stream"
  ],
  "author": "Sven Slootweg",
  "license": "WTFPL",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "@joepie91/eslint-config": "^1.1.0",
    "eslint": "^6.8.0"
  },
  "dependencies": {
    "bluebird": "^2.8.2",
    "combined-stream2": "^1.0.2",
    "debug": "^2.1.1",
    "mime": "^1.3.4",
    "uuid": "^2.0.1"
  }
}
