windows-service-controller
Version:
Windows service controller.
44 lines (43 loc) • 973 B
JSON
{
"name": "windows-service-controller",
"version": "0.1.5",
"description": "Windows service controller.",
"homepage": "https://github.com/mikeobrien/node-windows-service-controller",
"main": "src/sc.js",
"bugs": {
"url": "https://github.com/mikeobrien/node-windows-service-controller/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mikeobrien/node-windows-service-controller.git"
},
"keywords": [
"sc",
"service",
"windows"
],
"scripts": {
"test": "gulp"
},
"author": "Mike O'Brien",
"license": "MIT",
"readmeFilename": "README.md",
"files": [
"src/*.js",
"README.md",
"LICENSE"
],
"devDependencies": {
"cases": "^0.1.1",
"chai": "~1.10.0",
"gulp": "~3.8.10",
"gulp-jshint": "~1.9.0",
"gulp-mocha": "~1.1.1"
},
"dependencies": {
"escape-string-regexp": "^1.0.2",
"lodash": "^2.4.1",
"q": "^1.1.1",
"underscore.string": "^2.4.0"
}
}