{
  "name": "nci",
  "version": "1.0.27",
  "description": "Flexible, open source continuous integration server written in node.js",
  "bin": {
    "nci": "bin/nci"
  },
  "scripts": {
    "makeTestRepos": "find test/repos/* | grep -v '.tar.gz' | xargs rm -rf && cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz",
    "test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 10000 --colors",
    "coverage": "nyc nrun test",
    "dev": "nodemon app.js",
    "sync": "npm prune && npm install",
    "lint": "jshint ./"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-ci/nci.git"
  },
  "keywords": [
    "continuous",
    "integration",
    "server",
    "ci",
    "build",
    "mercurial",
    "git",
    "docker",
    "leveldb"
  ],
  "contributors": [
    {
      "name": "Oleg Korobenko",
      "email": "oleg.korobenko@gmail.com"
    },
    {
      "name": "Vladimir Polyakov",
      "email": "nrd11k@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-ci/nci/issues"
  },
  "homepage": "https://github.com/node-ci/nci",
  "dependencies": {
    "colors": "1.1.2",
    "conform": "0.2.12",
    "junk": "1.0.3",
    "nlevel": "1.0.4",
    "through": "2.3.6",
    "tree-kill": "1.2.2",
    "twostep": "0.4.2",
    "underscore": "1.12.1"
  },
  "devDependencies": {
    "coveralls": "3.1.0",
    "expect.js": "0.3.1",
    "jshint": "2.12.0",
    "memdown": "1.1.0",
    "mocha": "8.3.2",
    "nci-projects-reloader": "2.0.0",
    "nci-rest-api-server": "1.0.4",
    "nci-static-server": "2.0.0",
    "nci-yaml-reader": "1.2.2",
    "nodemon": "2.0.7",
    "nrun": "0.1.4",
    "nyc": "15.1.0",
    "proxyquire": "1.7.4",
    "sinon": "1.14.1"
  }
}
