tomcat-watcher
Version:
Restarting the Apache Tomcat server when you change files in a project
36 lines (35 loc) • 812 B
JSON
{
"name": "tomcat-watcher",
"version": "2.2.5",
"description": "Restarting the Apache Tomcat server when you change files in a project",
"bin": {
"watcher": "./watcher.js",
"watcher-conf": "watcher-configure.js"
},
"dependencies": {
"chokidar": "^1.4.2",
"scp2": "^0.2.2",
"babel-core": "^6.6.5"
},
"devDependencies": {},
"scripts": {
"test": "node watcher.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minya92/tomcatWatcher.git"
},
"keywords": [
"tomcat",
"watcher",
"platypus",
"platypus-platform",
"platypusjs"
],
"author": "Mikhail Lapshin",
"license": "ISC",
"bugs": {
"url": "https://github.com/minya92/tomcatWatcher/issues"
},
"homepage": "https://github.com/minya92/tomcatWatcher#readme"
}