add package.json

This commit is contained in:
vincent 2019-05-30 14:15:55 +02:00
parent b224f8769e
commit 78fa5833c4

19
package.json Normal file
View 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"
}