Skip to content

Instantly share code, notes, and snippets.

@SuryaSankar
Created April 3, 2021 07:41
Show Gist options
  • Save SuryaSankar/0a9dbbfbfc16b66e9b64b1303227b09a to your computer and use it in GitHub Desktop.
Save SuryaSankar/0a9dbbfbfc16b66e9b64b1303227b09a to your computer and use it in GitHub Desktop.
{
"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