From 4f3a8bebdb73c0192d51ea3ef25c526a0fdd26f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Thu, 5 Jan 2012 16:56:38 +0100 Subject: [PATCH] package.json --- package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..27e5de4 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "author": "harvest", + "name": "chosen", + "version": "0.9.5-35-g880a30d", + "description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.", + "repository": { + "type": "git", + "url": "https://github.com/harvesthq/chosen" + }, + "engines": { + "node": ">=0.4.0" + }, + "dependencies": { + "coffee-script": ">= 1.2.0", + "uglify-js": ">= 1.2.3" + }, + "devDependencies": {} +}