17 lines
389 B
JSON
17 lines
389 B
JSON
{
|
|
"name": "hantalanding",
|
|
"version": "1.0.0",
|
|
"description": "Modern presentation website",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "live-server src --port=3000",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["landing", "presentation", "website"],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"live-server": "^1.2.2"
|
|
}
|
|
}
|