all repos — archive/homestead @ b9278a555cf89d9cb261cba7b8e300001c147207

My future indieweb platform

package.json (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
  }
}