diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-03-23 13:44:59 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 13:44:59 +0000 |
| commit | b3aee844372bdb759c9597a6052044b7099550e3 (patch) | |
| tree | 2f0f2533e95a47f2bf695a56b2f254b3cdc07ee3 /package.json | |
| parent | 3e69ec4538db2c9b856de8e02d140a586aea7982 (diff) | |
| download | cv-francais-b3aee844372bdb759c9597a6052044b7099550e3.tar.gz cv-francais-b3aee844372bdb759c9597a6052044b7099550e3.tar.bz2 cv-francais-b3aee844372bdb759c9597a6052044b7099550e3.zip | |
updated package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 20 |
1 files changed, 19 insertions, 1 deletions
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" } |
