From 6563e6c47cd04b010cd2db3d9d24342ad903322b Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 8 Sep 2016 09:42:43 -0500 Subject: [PATCH] Remove package.json --- package.json | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index 5f4d076..0000000 --- a/package.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "elm-hub", - "version": "1.0.0", - "description": "Like GitHub, but for Elm stuff.", - "scripts": { - "install": "node install.js" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/rtfeldman/elm-workshop.git" - }, - "author": "Richard Feldman", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/rtfeldman/elm-workshop/issues" - }, - "homepage": "https://github.com/rtfeldman/elm-workshop#readme", - "devDependencies": { - "elm-css": "0.4.0", - "elm-live": "2.0.4", - "project-fuzzball-test": "1.0.5" - } -}