mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 06:25:07 +00:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "nci",
|
|
"version": "0.1.0-alpha",
|
|
"description": "Continuous integration server written in node.js",
|
|
"bin": {
|
|
"nci": "bin/nci"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --bail --reporter=spec test/index",
|
|
"dev": "gulp",
|
|
"sync": "npm install && npm prune && bower install && bower prune"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/okv/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/okv/nci/issues"
|
|
},
|
|
"homepage": "https://github.com/okv/nci",
|
|
"dependencies": {
|
|
"chokidar": "1.0.3",
|
|
"colors": "1.1.2",
|
|
"data.io": "0.3.0",
|
|
"jade": "1.9.2",
|
|
"nlevel": "1.0.2",
|
|
"node-static": "0.7.6",
|
|
"nodemailer": "1.4.0",
|
|
"socket.io": "1.3.5",
|
|
"twostep": "0.4.1",
|
|
"underscore": "1.8.2"
|
|
},
|
|
"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",
|
|
"main-bower-files": "2.7.0",
|
|
"memdown": "1.0.0",
|
|
"mocha": "1.18.2",
|
|
"nci-yaml-reader": "0.1.0",
|
|
"nodemon": "1.3.7",
|
|
"sinon": "1.14.1"
|
|
}
|
|
}
|