зеркало из https://github.com/microsoft/statsd.git
Merge pull request #186 from ciaranj/add_windows_service_support
Adds Windows Service support
This commit is contained in:
Коммит
edbd13524c
|
@ -3,7 +3,10 @@
|
|||
"description": "A simple, lightweight network daemon to collect metrics over UDP",
|
||||
"author": "Etsy",
|
||||
"scripts": {
|
||||
"test": "./run_tests.sh"
|
||||
"test": "./run_tests.sh",
|
||||
"start": "node stats.js config.js",
|
||||
"install-windows-service": "node_modules\\.bin\\winser -i",
|
||||
"uninstall-windows-service": "node_modules\\.bin\\winser -r"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -19,7 +22,8 @@
|
|||
"temp": "0.4.x"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"node-syslog":"1.1.3"
|
||||
"node-syslog":"1.1.3",
|
||||
"winser": "=0.0.11"
|
||||
},
|
||||
"engine": {
|
||||
"node" : ">=0.4"
|
||||
|
|
Загрузка…
Ссылка в новой задаче