UNPKG

yy-menu

Version:

A traditional menu system for web apps inspired by Electron

34 lines (33 loc) 840 B
{ "name": "yy-menu", "version": "2.1.0", "description": "A traditional menu system for web apps inspired by Electron", "keywords": [ "menu", "system", "UI", "accelerators", "Electron", "file menu", "web app" ], "repository": "https://github.com/davidfig/yy-menu", "module": "src/", "scripts": { "start": "parcel demo/index.html --out-dir docs", "build": "parcel build demo/code.js --out-dir docs", "docs": "jsdoc -c .jsdoc.json", "test-docs": "serve docs/jsdoc", "prepublishOnly": "npm run build && npm run docs" }, "author": "David Figatner", "license": "MIT", "devDependencies": { "babel-preset-env": "^1.7.0", "fork-me-github": "^1.2.0", "highlight.js": "^9.12.0", "jsdoc": "^3.6.6", "parcel": "^1.12.4", "yy-jsdoc-template": "^1.3.0" } }