Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas committed Aug 21, 2017
1 parent e950898 commit 7f6d770
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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"
}

0 comments on commit 7f6d770

Please sign in to comment.