mirror of
https://github.com/andrewgioia/blog.git
synced 2025-01-30 06:33:17 +00:00
Initiating npm and figuring out how to pull a private package in
This commit is contained in:
commit
07c111a3d2
23
package.json
Normal file
23
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user