From 82aa3c9e13ba5a58ed13989a1941592d1c4c28e8 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Fri, 15 May 2020 15:36:46 -0500 Subject: [PATCH] Delete package.json --- tasks/package.json | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 tasks/package.json diff --git a/tasks/package.json b/tasks/package.json deleted file mode 100644 index 716175c..0000000 --- a/tasks/package.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "fg-grunt-iconoclash", - "description": "Easy external SVG icons", - "version": "0.1.0", - "homepage": "https://github.com/filamentgroup/grunt-iconoclash", - "author": { - "name": "Scott Jehl", - "email": "scott@filamentgroup.com", - "url": "http://filamentgroup.com" - }, - "repository": { - "type": "git", - "url": "https://github.com/filamentgroup/grunt-iconoclash" - }, - "bugs": { - "url": "https://github.com/filamentgroup/grunt-iconoclash/issues" - }, - "license": "MIT", - "main": "Gruntfile.js", - "engines": { - "node": ">= 0.10.0" - }, - "scripts": { - }, - "dependencies": { - "fg-iconoclash": "^0.1.0" - }, - "devDependencies": { - "grunt": "^1.0.1", - "grunt-cli": "^1.2.0" - }, - "keywords": [ - "gruntplugin svg icons" - ] -}