diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..6ab5272 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,11 @@ +{ + "requires": true, + "lockfileVersion": 1, + "dependencies": { + "bulma": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.7.4.tgz", + "integrity": "sha512-krG2rP6eAX1WE0sf6O0SC/FUVSOBX4m1PBC2+GKLpb2pX0qanaDqcv9U2nu75egFrsHkI0zdWYuk/oGwoszVWg==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..3aba6f4 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "anthony-dumas-portfolio", + "version": "2.0.0-SNAPSHOT", + "description": "Portfolio of Anthony Dumas", + "main": "index.html", + "dependencies": { + "bulma": "^0.7.4" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/AdamasFR/CV_Web_Dumas.git" + }, + "keywords": [ + "anthony", + "dumas", + "portfolio" + ], + "author": "Anthony Dumas", + "license": "ISC", + "bugs": { + "url": "https://github.com/AdamasFR/CV_Web_Dumas/issues" + }, + "homepage": "https://github.com/AdamasFR/CV_Web_Dumas#readme" +}