15 lines
284 B
JSON
15 lines
284 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|