Ajout du package.json
This commit is contained in:
parent
c71c60c9b5
commit
2f6d481abd
11
package-lock.json
generated
Normal file
11
package-lock.json
generated
Normal 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
28
package.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user