{ "name": "my-root", "version": "1.1.7", "description": "Root context of MyUW. Serves static HTML pages for 500 and 400 level errors.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prestart": "npm install", "start": "http-server ./myuw-root-webapp/src/main/webapp/ -p 8080 -c-1" }, "repository": { "type": "git", "url": "git@git.doit.wisc.edu:myuw/my-root.git" }, "author": "Tim Levett, Zeke Witter", "license": "ISC", "devDependencies": { "http-server": "^0.9.0" } }