From 3ce2a468361cdd0d544101f10ccd9a7d0da779b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Klein?= Date: Mon, 8 Feb 2016 10:27:37 +0100 Subject: [PATCH] Add package.json --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..fe232554 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "tag-it", + "version": "2.0.0", + "description": "A jQuery UI plugin to handle multi-tag fields as well as tag suggestions/autocomplete", + "main": "js/tag-it.js", + "repository": { + "type": "git", + "url": "git+https://github.com/aehlke/tag-it.git" + }, + "keywords": [ + "jquery", + "tag", + "autocomplete" + ], + "author": "Levy Carneiro Jr.", + "license": "MIT", + "bugs": { + "url": "https://github.com/aehlke/tag-it/issues" + }, + "homepage": "https://github.com/aehlke/tag-it#readme", + "dependencies": { + "jquery": ">=1.4", + "jquery-ui": ">=1.8" + } +}