aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-03-23 13:44:59 +0000
committerGitHub <noreply@github.com>2021-03-23 13:44:59 +0000
commitb3aee844372bdb759c9597a6052044b7099550e3 (patch)
tree2f0f2533e95a47f2bf695a56b2f254b3cdc07ee3 /package.json
parent3e69ec4538db2c9b856de8e02d140a586aea7982 (diff)
downloadcv-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.json20
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"
}