diff options
author | Trent <trentdrichardson@gmail.com> | 2015-07-22 09:48:00 -0400 |
---|---|---|
committer | Trent <trentdrichardson@gmail.com> | 2015-07-22 09:48:00 -0400 |
commit | fa89d8524b339758d2b6e48c42dbd65ba14feb0b (patch) | |
tree | 238e262c7d8c0a9336a535ab9793b1660e347858 | |
parent | 506e1481ad67093c5989d082bad0618944bbc53b (diff) | |
download | jQuery-Timepicker-Addon-fa89d8524b339758d2b6e48c42dbd65ba14feb0b.zip jQuery-Timepicker-Addon-fa89d8524b339758d2b6e48c42dbd65ba14feb0b.tar.gz jQuery-Timepicker-Addon-fa89d8524b339758d2b6e48c42dbd65ba14feb0b.tar.bz2 |
#828 - Updates package.json to add to npm
-rw-r--r-- | package.json | 20 |
1 files changed, 19 insertions, 1 deletions
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", |