17 lines
347 B
JSON
17 lines
347 B
JSON
{
|
|
"name": "purehtml",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"start": "cross-env PORT=7104 http-server . --cors",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.2",
|
|
"http-server": "^0.12.1"
|
|
}
|
|
}
|