From 7f6d770d7b992530b7da1470180e8e7dc27d9efc Mon Sep 17 00:00:00 2001 From: Veeck Date: Mon, 21 Aug 2017 22:28:23 +0200 Subject: [PATCH] Add package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7031257 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "multilevelmenu", + "version": "1.0.0", + "description": "A simple menu with multiple levels and an optional breadcrumb navigation and back button from codrops.", + "main": "js/main.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://rejas@github.com/rejas/MultiLevelMenu.git" + }, + "author": "http://www.codrops.com", + "license": "MIT", + "bugs": { + "url": "https://github.com/rejas/MultiLevelMenu/issues" + }, + "homepage": "https://github.com/rejas/MultiLevelMenu#readme" +}