{
  "name": "sip.js",
  "version": "0.7.5",
  "authors": [
    "James Criscuolo <james@onsip.com>",
    "Joseph Frazier <joseph@onsip.com>",
    "Eric Green <eric.green@onsip.com>",
    "Will Mitchell <wakamoleguy@gmail.com>"
  ],
  "description": "A JavaScript SIP stack for WebRTC, instant messaging, and more!",
  "main": "dist/sip.js",
  "keywords": [
    "sip",
    "javascript",
    "webrtc"
  ],
  "license": "MIT",
  "homepage": "http://sipjs.com",
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "*.md",
    "Gruntfile.js",
    "*.html",
    "*.json",
    "LICENSE",
    "src",
    "sip-*.*"
  ]
}