20 lines
440 B
JSON
20 lines
440 B
JSON
{
|
|
"name": "starter",
|
|
"version": "1.0.0",
|
|
"description": "- test command: `hugo server -b localhost/starter`",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"autoprefixer": "^9.5.1",
|
|
"postcss-cli": "^6.1.2",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@pi2:vincent/starter.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|