From fa89d8524b339758d2b6e48c42dbd65ba14feb0b Mon Sep 17 00:00:00 2001 From: Trent Date: Wed, 22 Jul 2015 09:48:00 -0400 Subject: #828 - Updates package.json to add to npm --- package.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b5273f0..c11bf07 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,27 @@ "engines": { "node": ">= 0.8.0" }, + "keywords": [ + "timepicker", "jquery", "datetime", "jquery-ui" + ], + "repository": { + "type": "git", + "url": "https://github.com/trentrichardson/jQuery-Timepicker-Addon.git" + }, + "licenses": [ + { + "type": "MIT", + "url": "https://raw.github.com/trentrichardson/jQuery-Timepicker-Addon/master/LICENSE-MIT" + } + ], + "homepage": "http://trentrichardson.com/examples/timepicker", + "main": "./dist/jquery-ui-timepicker-addon.js", + "browser": "./dist/jquery-ui-timepicker-addon.js", "scripts": { - "test": "grunt jasmine" + "start": "grunt", + "test": "grunt test" }, + "dependencies": {}, "devDependencies": { "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-jasmine": "~0.5.1", -- cgit v1.1