Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 554 B
{
  "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"
  }
}