aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}