From 300c5a161208683733a8abcd97e0a160009a7be9 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 26 Apr 2017 12:05:38 +0100 Subject: [PATCH] npm package information --- 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..11ff235 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "datatables.net-plugins", + "version": "1.10.15", + "description": "Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/DataTables/Plugins.git" + }, + "keywords": [ + "DataTables", + "jQuery", + "plugins" + ], + "author": "SpryMedia Ltd and contributors", + "license": "MIT", + "bugs": { + "url": "https://github.com/DataTables/Plugins/issues" + }, + "homepage": "https://datatables.net/plug-ins" +}