From c4ca5a661707ebd8984a2da7ab4fa895ac8a7ba1 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 21 Sep 2015 22:34:55 +0200 Subject: [PATCH] cleaned up --- package.1.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 package.1.json diff --git a/package.1.json b/package.1.json deleted file mode 100644 index 36405be..0000000 --- a/package.1.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "gulp-addtemplate", - "version": "0.0.3", - "description": "adds a template to the file object to be used by other plugins thereafter in the pipeline", - "main": "index.js", - "scripts": { - "test": "cd ts/compile && gulp" - }, - "repository": { - "type": "git", - "url": "https://github.com/pushrocks/gulp-addtemplate.git" - }, - "keywords": [ - "json", - "jade", - "template" - ], - "author": "Smart Coordination GmbH (https://push.rocks)", - "license": "MIT", - "bugs": { - "url": "https://github.com/pushrocks/gulp-addtemplate/issues" - }, - "homepage": "https://github.com/pushrocks/gulp-addtemplate" -}