{
  "author": "Konstantine Petryaev <numminorihsf@gmail.com>",
  "name": "ami-io",
  "description": "Asterisk Manager Interface client.",
  "version": "1.2.1",
  "keywords": [
    "asterisk",
    "manager",
    "interface",
    "node",
    "iojs",
    "ami"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/NumminorihSF/ami-io.git"
  },
  "scripts": {
    "test": "nyc mocha --recursive",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "main": "index.js",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "mocha": "^5.0.1",
    "nyc": "^12.0.1"
  }
}
