Initiating npm and figuring out how to pull a private package in

This commit is contained in:
Andrew Gioia 2020-07-13 17:45:19 -04:00
commit 07c111a3d2
1 changed files with 23 additions and 0 deletions

23
package.json Normal file
View File

@ -0,0 +1,23 @@
{
"name": "@andrewgioia/blog",
"version": "1.0.0",
"description": "Weblog of Andrew Gioia",
"main": "index.html",
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewgioia/blog.git"
},
"author": "Andrew Gioia",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/andrewgioia/blog/issues"
},
"homepage": "https://github.com/andrewgioia/blog#readme"
}