18 lines
374 B
JSON
18 lines
374 B
JSON
|
{
|
||
|
"name": "front",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.html",
|
||
|
"scripts": {
|
||
|
"start": "http-server -p 8079 ./",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"fs": "0.0.1-security",
|
||
|
"http": "0.0.1-security"
|
||
|
},
|
||
|
"devDependencies": { "http-server": "14.1.1"},
|
||
|
"description": ""
|
||
|
}
|