buildbot/package.json
2021-02-17 15:57:02 +00:00

32 lines
931 B
JSON

{
"name": "nci-docker-node-quick-setup",
"version": "1.0.1",
"description": "Sample configuration for nci with docker node deployment",
"repository": {
"type": "git",
"url": "https://github.com/node-ci/nci-docker-node-quick-setup.git"
},
"scripts": {
"start": "node_modules/.bin/nci"
},
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/node-ci/nci-docker-node-quick-setup/issues"
},
"homepage": "https://github.com/node-ci/nci-docker-node-quick-setup",
"dependencies": {
"forever": "0.15.1",
"leveldown": "^5.4.1",
"nci": "latest",
"nci-classic-ui": "latest",
"nci-docker-node": "latest",
"nci-mail-notification": "latest",
"nci-projects-reloader": "latest",
"nci-rest-api-server": "latest",
"nci-scheduler": "^1.2.0",
"nci-static-server": "latest",
"nci-yaml-reader": "latest"
}
}