23 lines
471 B
JSON
23 lines
471 B
JSON
{
|
|
"name": "bootstrap-contextmenu",
|
|
"main": "bootstrap-contextmenu.js",
|
|
"version": "0.3.3",
|
|
"homepage": "https://github.com/sydcanem/bootstrap-contextmenu",
|
|
"authors": [
|
|
"sydcanem <icqhv.santos@gmail.com>"
|
|
],
|
|
"description": "Context-menu extension for the Bootstrap framework",
|
|
"keywords": [
|
|
"boostrap",
|
|
"contextmenu"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|