runwar
Version:
Embedded Tomcat Server to run war files
26 lines • 845 B
JSON
{
"bin": {"runwar": "jdeploy-bundle/jdeploy.js"},
"author": "Steve Hannah",
"description": "Embedded Tomcat Server to run war files",
"homepage" : "https://github.com/shannah/webapp-runner",
"main": "index.js",
"preferGlobal": true,
"repository": "https://github.com/shannah/webapp-runner",
"version": "1.0.1",
"jdeploy": {"jar": "target/webapp-runner.jar"},
"dependencies": {"shelljs": "^0.7.5"},
"license": "Apache License, Version 2.0",
"name": "runwar",
"files": ["jdeploy-bundle"],
"scripts": {"test": "echo \"Error: no test specified\" && exit 1"},
"keywords" : ["Tomcat", "War", "Java", "Runner"],
"contributors" : [
{ "name" : "John Simone"
, "email" : "john@heroku.com"
, "url" : "https://github.com/jsimone"
},
{ "name" : "Joe Kutner"
, "email" : "jpkutner@gmail.com"
}
]
}