From aab92a373ab2e7776880dcbd96bfc4ef55e031c1 Mon Sep 17 00:00:00 2001 From: Stefan Hojer Date: Sun, 10 May 2015 16:05:16 +0200 Subject: [PATCH] added package.json for publishing in npm registry --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9a39e10 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "datatables-scroller", + "version": "1.2.2", + "description": "DataTables Scroller extension", + "main": "js/dataTables.scroller.js", + "repository": { + "type": "git", + "url": "https://github.com/DataTables/Scroller.git" + }, + "keywords": [ + "datatables", + "scroller" + ], + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/DataTables/Scroller/issues" + }, + "homepage": "https://github.com/DataTables/Scroller" +}