summaryrefslogtreecommitdiff
path: root/package.json
blob: 0b7ed8b72c603b73221a3d8b15b0f2c235d0eeef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "bigblueisyou",
  "version": "1.0.0",
  "description": "Big Blue Is You!",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Logan Hunt",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.3"
  }
}