This repository has been archived on 2020-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
starter/package.json

20 lines
440 B
JSON
Raw Permalink Normal View History

2019-05-30 12:15:55 +00:00
{
"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"
}