From 15729b750e29a1d8d3772069a369621d7a23d334 Mon Sep 17 00:00:00 2001 From: Doguhan Uluca Date: Thu, 1 Oct 2015 16:10:12 -0400 Subject: [PATCH] Added npm support --- package.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8c65c9b..b2cb104 100644 --- a/package.json +++ b/package.json @@ -12,5 +12,21 @@ }, "scripts": { "test": "grunt test" - } -} + }, + "main": "gruntfile.js", + "repository": { + "type": "git", + "url": "git+https://github.com/excellalabs/jquery.maskedinput.git" + }, + "keywords": [ + "jQuery", + "Masked", + "Input", + "Plugin" + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/excellalabs/jquery.maskedinput/issues" + }, + "homepage": "https://github.com/excellalabs/jquery.maskedinput#readme" +} \ No newline at end of file