{
    "name": "soap-q",
    "version": "0.1.2",
    "description": "kriskowal's Q support for soap (node-soap)",
    "main": "index.js",
    "dependencies": {
        "q": "~1.0.1",
        "soap": "~0.4.0"
    },
    "devDependencies": {},
    "scripts": {
        "test": "echo \"Error: no test \" && exit 1"
    },
    "keywords": [
    "q",
    "soap",
    "node-soap"
  ],
    "homepage": "https://github.com/novaugust/soap-q",
    "bugs": "https://github.com/novaugust/soap-q/issues",
    "repository": {
        "type": "git",
        "url": "http://github.com/novaugust/soap-q"
    },
    "author": {
        "name": "Matt Enlow",
        "email": "matt@novaugust.net",
        "url": "http://novaugust.net"
    },
    "license": "MIT"
}