From b3aee844372bdb759c9597a6052044b7099550e3 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 23 Mar 2021 13:44:59 +0000 Subject: updated package.json --- package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index e6b70e2..91fb6a9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,23 @@ { + "name": "cv-francais", + "description": "", + "version": "1.0.0", + "main": "index.js", "dependencies": { "http-server": "^0.12.3" - } + }, + "devDependencies": {}, + "scripts": { + "start": "http-server ." + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Alee14/cv-francais.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/Alee14/cv-francais/issues" + }, + "homepage": "https://github.com/Alee14/cv-francais#readme" } -- cgit v1.2.3