From cf59262277ba79ec2286077d1cd5eed7945fe2b7 Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Thu, 24 Mar 2016 10:50:16 -0600 Subject: [PATCH] Not going to use build tools. --- package.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index bedaf4a..0000000 --- a/package.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "bikeshop", - "version": "0.0.1", - "description": "Maybe this isn't such a quick start, but it's the best I have right now. After the following steps are completed, you will have a working development version of the Trailer-Safeguard Django application connectable on [tsg-dev.local:8000/](http://tsg-dev.local:8000/).", - "main": "index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "", - "license": "ISC" -}