You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

29 lines
495 B

{
"name": "class2context",
"description": "javascript library, to add context menu functionallity to html page",
"main": [
"class2context.js",
"class2context.css"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"class",
"context",
"menu"
],
"authors": [
{"name": "Arnau Code", "homepage": "http://arnaucode.com"}
],
"license": "MIT",
"ignore": [
"**/.*",
"demo",
"*.gif",
"*.png"
],
"private": false
}