Ajout du package.json

This commit is contained in:
Anthony Dumas 2019-02-24 23:50:53 +01:00
parent c71c60c9b5
commit 2f6d481abd
2 changed files with 39 additions and 0 deletions

11
package-lock.json generated Normal file
View File

@ -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=="
}
}
}

28
package.json Normal file
View File

@ -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"
}