Initial commit
1 file changed, 15 insertions(+), 0 deletions(-)
changed files
A package.json
@@ -0,0 +1,15 @@ +{ + "name": "homestead", + "version": "0.0.0", + "description": "An Indieweb content server implementation", + "main": "src/index.js", + "repository": "https://git.alanpearce.eu/homestead", + "author": "Alan Pearce <alan@alanpearce.eu>", + "license": "MIT", + "scripts": { + "dev:assist": "auto-install --yarn" + }, + "devDependencies": { + "auto-install": "^1.7.4" + } +}