From a3b7701649315c62e8d9584f3a9774a7d5f510bb Mon Sep 17 00:00:00 2001 From: wilson29thid Date: Thu, 3 Dec 2015 17:00:41 -0500 Subject: [PATCH] add 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..83c8c0d --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "Nestable", + "version": "0.0.0", + "description": "Nestable ========", + "main": "jquery.nestable.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/29th/Nestable.git" + }, + "author": "dbushell", + "license": "BSD & MIT", + "bugs": { + "url": "https://github.com/29th/Nestable/issues" + } +}