{
  "name": "onvif",
  "version": "0.5.2",
  "author": "Andrew D.Laptev <a.d.laptev@gmail.com>",
  "description": "Client to ONVIF NVT devices Profile S: cameras",
  "main": "lib/onvif.js",
  "scripts": {
    "jsdoc": "jsdoc ./lib/*.js --readme ./README.md --destination ./docs",
    "gh-pages": "jsdoc ./lib/*.js --readme ./README.md --destination ./",
    "jscs": "jscs lib/*.js",
    "lint": "jshint lib/*.js",
    "coffee-tests": "coffee -c test/*.coffee",
    "pretest": "npm run lint && npm run jscs && npm run coffee-tests",
    "test": "istanbul cover _mocha",
    "test-on-travis": "npm run pretest && istanbul cover _mocha --report lcovonly",
    "test-coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "upload-to-coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/agsh/onvif.git"
  },
  "dependencies": {
    "xml2js": "^0.4"
  },
  "keywords": [
    "onvif",
    "video",
    "PTZ",
    "camera",
    "RTSP"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=0.12"
  },
  "devDependencies": {
    "coffee-script": "^1.9.3",
    "coveralls": ">=2.11.2",
    "dot": "^1.0.3",
    "istanbul": ">=0.3.5",
    "jscs": "^1.13.1",
    "jsdoc": "^3.3.0",
    "jshint": "^2.7.0",
    "mocha": ">=2.1.0",
    "mocha-lcov-reporter": "0.0.1",
    "nimble": "^0.0.2",
    "keypress": "^0.2.1"
  }
}
