{ "name": "nci", "version": "0.4.2", "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": "gulp", "sync": "npm install && npm prune && bower install && bower prune", "buildJs": "r.js -o static/js/requirejs/buid.js", "buildClean": "rm static/index.html", "buildHtml": "jade views/index.jade --obj '{\"env\": \"production\"}' -o static/", "build": "gulp less && gulp fonts && gulp react-jade && npm run buildJs && npm run buildHtml && git checkout static/js/app.build.js" }, "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": { "chokidar": "1.0.3", "colors": "1.1.2", "cron": "1.0.9", "data.io": "0.3.0", "nlevel": "1.0.3", "node-static": "0.7.6", "socket.io": "1.3.5", "twostep": "0.4.1", "underscore": "1.8.3", "through": "2.3.6", "conform": "0.2.12" }, "devDependencies": { "bower": "1.4.1", "expect.js": "0.3.1", "gulp": "3.8.11", "gulp-less": "3.0.3", "gulp-nodemon": "2.0.3", "gulp-react-jade-amd": "git://github.com/vladimir-polyakov/gulp-react-jade-amd", "jade": "1.11.0", "main-bower-files": "2.7.0", "memdown": "1.1.0", "mocha": "1.18.2", "nci-yaml-reader": "0.1.0", "nodemon": "1.3.7", "nrun": "0.1.4", "requirejs": "2.1.19", "sinon": "1.14.1" } }