{
  "name": "agent",
  "version": "0.2.1",
  "description": "client-side request module",
  "author": "Valerio Proietti <@kamicane> (http://mad4milk.net)",
  "contributors": [
    "Arian Stolwijk <@arian> (https://github.com/arian)",
    "Djamil Legato <@w00fz> (https://github.com/w00fz)",
    "Cristian Carlesso <@kentaromiura> (http://github.com/kentaromiura)",
    "Steffen Persch <@n3on> (https://github.com/n3o77)",
    "Garrick Cheung <@Garrick> (https://github.com/GCheung55)"
  ],
  "main": "./index.js",
  "repository": {
    "url": "https://github.com/kamicane/agent.git"
  },
  "dependencies": {
    "prime": "~0.4.0",
    "mout": "~0.9.0"
  },
  "devDependencies": {
    "mocha": "1",
    "expect.js": "0",
    "wrapup": "0.9",
    "express": "3"
  },
  "scripts": {
    "test": "./test/server"
  }
}
