forked from VPNht/windows-service-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 733 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "windows-service-manager",
"version": "0.1.1",
"description": "A node module to query, stop (optionally forcefully) and start Windows services",
"main": "windows-service-manager.js",
"scripts": {
"test": "echo \"no tests are included in this package\" && exit 1",
"sample": "sample.js"
},
"keywords": [
"Windows",
"Service"
],
"homepage": "https://github.com/tbenbrahim/windows-service-manager",
"bugs": "https://github.com/tbenbrahim/windows-service-manager/issues",
"repository": {
"type" : "git",
"url" : "https://github.com/tbenbrahim/windows-service-manager.git"
},
"author": "Tony BenBrahim <tony.benbrahim@gmail.com",
"license": "MIT",
"readmeFilename": "README.md"
}