mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "menu",
|
|
"version": "0.7.7",
|
|
"homepage": "https://github.com/coderaiser/menu-io",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Simple css-based multillevel context menu",
|
|
"main": "menu-io.min.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"menu"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"gulpfile.js",
|
|
"node_modules"
|
|
]
|
|
}
|