summary refs log tree commit diff stats
path: root/package.json
blob: 9acfd5033342e7361a2ff24f536f6913a50405d8 (plain)
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"
  }
}