{ "name": "nci", "version": "0.9.0", "description": "Continuous integration server written in node.js", "bin": { "nci": "bin/nci" }, "scripts": { "makeTestRepos": "rm -rf test/repos/{mercurial,git}; cd test/repos/ && tar -xf mercurial.tar.gz && tar -xf git.tar.gz", "test": "npm run makeTestRepos && mocha --bail --reporter=spec --timeout 10000", "dev": "nodemon -i node_modules -i data app.js", "sync": "npm install && npm prune", "docProjectsCollection": "dox --api --skipSingleStar < lib/project.js | sed '/^ - \\[ProjectsCollection/ d' > docs/developing-plugins/projects-collection.md", "docBuildsCollection": "dox --api --skipSingleStar < lib/build.js | sed '/^ - \\[BuildsCollection/ d' > docs/developing-plugins/builds-collection.md", "doc": "nrun docProjectsCollection && nrun docBuildsCollection" }, "repository": { "type": "git", "url": "git://github.com/node-ci/nci.git" }, "keywords": [ "continuous", "integration", "server", "ci", "build" ], "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", "nlevel": "1.0.3", "through": "2.3.6", "twostep": "0.4.1", "underscore": "1.8.3" }, "devDependencies": { "dox": "0.8.0", "expect.js": "0.3.1", "memdown": "1.1.0", "mocha": "1.18.2", "nci-projects-reloader": "1.0.0", "nci-rest-api-server": "0.8.0", "nci-static-server": "1.0.0", "nci-yaml-reader": "1.0.1", "nodemon": "1.3.7", "nrun": "0.1.4", "sinon": "1.14.1" } }