aboutsummaryrefslogtreecommitdiffstats
path: root/csci4131/hw5/strap012_hw5/package.json
blob: 1253c2aafdc57e6dd2eed3b2b2dca5fd3511f4d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "strap012_hw5",
  "version": "1.0.0",
  "description": "Assignment 5",
  "main": "createServer.js",
  "scripts": {
    "start": "node createServer.js",
    "test": "node createServer.js"
  },
  "author": "strap012",
  "license": "ISC"
}