add package.json
This commit is contained in:
parent
b224f8769e
commit
78fa5833c4
19
package.json
Normal file
19
package.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user