From 26fa178a52ed992f31d76bcf483f38cb74c2645b Mon Sep 17 00:00:00 2001 From: timwis Date: Thu, 27 Aug 2015 07:30:07 -0400 Subject: [PATCH] Added package.json --- 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..8fb7ca5 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "datatables-scroller", + "version": "1.3.0", + "description": "Virtual scrolling plug-in for DataTables", + "main": "js/dataTables.scroller.js", + "directories": { + "doc": "docs", + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/DataTables/Scroller.git" + }, + "author": "datatables", + "license": "MIT", + "bugs": { + "url": "https://github.com/DataTables/Scroller/issues" + }, + "homepage": "http://datatables.net/extensions/scroller/" +}