{
  "name": "@pastash/input_http",
  "version": "1.0.0",
  "description": "HTTP Input Plugin for @pastash/pastash",
  "main": "input_http.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "optionalDependencies": {},
  "author": "Lorenzo Mangani <lorenzo.mangan@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "http": "*",
    "https": "*",
    "url": "*"
  }

}