aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 0158c8e..0000000
--- a/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "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/\"",
- "deploy": "jekyll build && scp -r _site/* pi@mfashby.net:/var/www/mfashby.net/"
- },
- "author": "Martin Ashby",
- "license": "ISC"
-}