From c1e5ec36c349d9de7eea3f6f1a3e43c8fb8a4d71 Mon Sep 17 00:00:00 2001 From: Marcus Zanona Date: Sun, 21 Dec 2014 10:51:02 +0000 Subject: [PATCH] Add support for Volojs Add support for Volojs and other package management systems providing a global `package.json` file. --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..18748ba --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "twbs-pagination", + "version": "1.2.5", + "homepage": "https://github.com/esimakin/twbs-pagination", + "author": "Eugene Simakin ", + "description": "jQuery simple pagination plugin for bootstrap-style webpages", + "main": "jquery.twbsPagination", + "dependencies": { + "jquery": ">=1.7.0" + }, + "keywords": [ + "pagination", + "jQuery", + "jQuery-plugin", + "bootstrap" + ], + "volo": { + "dependencies": { + "jquery": "jquery/jquery/>=1.7.0" + } + }, + "license": "Apache 2.0" +}