From b37c4cda0fff95b5070a3bf71a9270c1b1927cb3 Mon Sep 17 00:00:00 2001 From: Lossless Digital Date: Fri, 4 Sep 2015 14:03:10 +0000 Subject: [PATCH] published npm package --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..98cb8a1 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "gulp-callfunction", + "version": "0.0.1", + "description": "accepts a function call as parameter to execute in gulp pipeline", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/pushrocks/gulp-callfunction.git" + }, + "keywords": [ + "json", + "jade", + "template" + ], + "author": "Smart Coordination GmbH (https://push.rocks)", + "license": "MIT", + "bugs": { + "url": "https://github.com/pushrocks/gulp-callfunction/issues" + }, + "homepage": "https://github.com/pushrocks/gulp-callfunction" +}