{
  "name": "happner-2",
  "version": "13.1.1",
  "description": "distributed application engine with evented storage and mesh services",
  "main": "lib/mesh.js",
  "bin": {
    "happner": "bin/happner"
  },
  "nyc": {
    "exclude": [
      "test",
      "docs",
      "gulpfile.js",
      "lib/services/connect/public/browser_primus.js"
    ]
  },
  "scripts": {
    "test": "_mocha  --exit --recursive -- silence.js test/integration/* test/unit/*",
    "test-unit": "_mocha --exit test/unit/**",
    "test-integration": "_mocha  --exit -- silence.js test/integration/**",
    "test-cover": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
    "test-browser": "mocha test/browser-leaking/01-test-disconnects.js && gulp --gulpfile test/browser/gulp-01.js",
    "test-backward-compatibility": "_mocha silence.js test/backward-compatibility/** --exit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happner/happner-2.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/happner/happner-2/issues"
  },
  "homepage": "https://github.com/happner/happner-2",
  "devDependencies": {
    "address": "^1.1.2",
    "happn-commons-test": "^1.2.2",
    "happn-db-provider-mongo": "1.1.13",
    "happner-test-modules": "^1.0.2",
    "is-ip": "^3.1.0",
    "restler": "3.4.0",
    "serve-static": "1.10.0",
    "tree-kill": "^1.2.1"
  },
  "dependencies": {
    "body": "5.1.0",
    "change-case": "2.3.0",
    "commander": "2.9.0",
    "diskspace": "0.1.7",
    "happn-3": "13.12.1",
    "happn-commons": "1.5.1",
    "happn-logger": "2.2.5",
    "happn-sillyname": "^0.1.1",
    "happner-client": "12.7.6",
    "happner-semver": "^1.0.1",
    "homedir": "0.6.0",
    "later": "1.2.0",
    "md5": "2.0.0",
    "merge": "^2.1.1",
    "proc-stats": "0.0.4",
    "repl": "^0.1.3",
    "repl.history": "^0.1.4"
  },
  "directories": {
    "doc": "docs",
    "lib": "lib",
    "test": "test"
  }
}
