{
  "name": "openshift-uptimer",
  "version": "1.0.10",
  "description": "NPM module to prevent your OpenShift Node.js cartridge from being in IDLE status, in Express.",
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Finalgalaxy/openshift-uptimer.git"
  },
  "keywords": [
    "node.js",
    "nodejs",
    "openshift",
    "cartridge",
    "idle",
    "express"
  ],
  "author": "Finalgalaxy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Finalgalaxy/openshift-uptimer/issues"
  },
  "homepage": "https://github.com/Finalgalaxy/openshift-uptimer#readme",
  "dependencies": {
    "express": "^4.15.3"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "chai-http": "^3.0.0",
    "mocha": "^3.4.2"
  }
}
