commit 07c111a3d2e1135796a215241e08956a72854eb2 Author: Andrew Gioia Date: Mon Jul 13 17:45:19 2020 -0400 Initiating npm and figuring out how to pull a private package in diff --git a/package.json b/package.json new file mode 100644 index 0000000..ab91c90 --- /dev/null +++ b/package.json @@ -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" +}