Created
April 3, 2021 07:41
-
-
Save SuryaSankar/0a9dbbfbfc16b66e9b64b1303227b09a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "listree", | |
"version": "0.0.6", | |
"description": "Package to convert a nested list into a tree menu", | |
"module": "dist/listree.esm.min.js", | |
"browser": "dist/listree.umd.min.js", | |
"main": "dist/listree.esm.min.js", | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/suryasankar/listree.git" | |
}, | |
"author": "Surya Sankar", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/suryasankar/listree/issues" | |
}, | |
"homepage": "https://github.com/suryasankar/listree#readme", | |
"files": [ | |
"dist" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment