From 6076d36bd0d61cd567d8e494d13a4fc4a57567c7 Mon Sep 17 00:00:00 2001 From: John Godley Date: Tue, 14 Feb 2017 09:51:54 +0000 Subject: [PATCH] Add package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..0c0eebb --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "biab-raspbian", + "version": "1.0.0", + "description": "Blog In A Box fork of Raspbian generator", + "main": "index.js", + "scripts": { + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tinkertinker/pi-gen.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/tinkertinker/pi-gen/issues" + }, + "homepage": "https://github.com/tinkertinker/pi-gen#readme" +}