2021-02-11 10:24:10 +00:00
|
|
|
{
|
|
|
|
"name": "nci-docker-node-quick-setup",
|
2021-02-17 15:57:02 +00:00
|
|
|
"version": "1.0.1",
|
2021-02-11 10:24:10 +00:00
|
|
|
"description": "Sample configuration for nci with docker node deployment",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/node-ci/nci-docker-node-quick-setup.git"
|
|
|
|
},
|
2021-02-11 11:35:24 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "node_modules/.bin/nci"
|
|
|
|
},
|
2021-02-11 10:24:10 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|