aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 5ef0ca970e3547f467aac4f4bddf850918a0ff5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "mfashby.net",
  "version": "1.0.0",
  "description": "My personal website",
  "main": "",
  "dependencies": {},
  "devDependencies": {
    "concurrently": "^3.5.1",
    "live-server": "^1.2.0"
  },
  "scripts": {
    "start": "concurrently --kill-others \"jekyll build --watch\" \"live-server _site/\""
  },
  "author": "Martin Ashby",
  "license": "ISC"
}