blob: e3dfbf8f281330df5c7bdcc4029ff10ac94a56e3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "bigblueisyou",
"version": "1.0.0",
"description": "Big Blue Is You!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Logan Hunt",
"license": "ISC",
"dependencies": {
"express": "^4.17.3"
}
}
|