{
  "name": "jolokia",
  "version": "1.0.7",
  "description": "Implementation of jolokia JMX client",
  "main": "src/node/jolokia.js",
  "keywords": [
    "jmx",
    "jolokia"
  ],
  "author": {
    "name": "Ján Jakub Naništa",
    "email": "jan.jakub.nanista@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/janjakubnanista/jolokia-js-client/issues"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/janjakubnanista/jolokia-js-client.git"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "gulp-concat": "^2.4.3",
    "gulp-header": "^1.2.2",
    "gulp-prefix": "0.0.13",
    "gulp-rename": "^1.2.0",
    "jshint-stylish": "~0.1.3",
    "karma": "^0.12.31",
    "karma-firefox-launcher": "^0.1.4",
    "karma-mocha": "^0.1.10",
    "karma-phantomjs-launcher": "^0.1.4",
    "karma-sinon-expect": "^0.1.4",
    "karma-spec-reporter": "0.0.16",
    "mocha": "^2.1.0",
    "mocha-better-spec-reporter": "^1.1.1",
    "sinon": "^1.12.2",
    "sinon-expect": "^0.2.0",
    "time-grunt": "~0.2.0",
    "yargs": "^1.3.3"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "npm run test.node && npm run test.browser",
    "test.browser": "gulp build && ./node_modules/karma/bin/karma start karma.conf.js",
    "test.node": "mocha --reporter mocha-better-spec-reporter test/{common,node}/*_test.js",
    "dev.node": "mocha --reporter mocha-better-spec-reporter --watch src/**/*.js test/{common,node}/*_test.js",
    "dev.browser": "echo Dev mode not available in browser environment"
  },
  "dependencies": {
    "gulp": "^3.8.10",
    "gulp-uglify": "^1.0.2",
    "gulp-webpack": "^1.1.2",
    "jquery": "^2.1.3",
    "q": "^1.1.2",
    "request": "^2.51.0"
  }
}