jqlmodule
Version:
A JQuery alike es20xx module
30 lines (29 loc) • 621 B
JSON
{
"name": "jqlmodule",
"version": "3.6.0",
"private": false,
"type": "module",
"description": "A JQuery alike es20xx module",
"keywords": [
"JQuery",
"JQuerySubset",
"JQueryAlike",
"ES20xx"
],
"author": "KooiInc",
"license": "GNU General Public License v3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/KooiInc/JQL.git"
},
"bugs": {
"url": "https://github.com/KooiInc/JQL/issues"
},
"devDependencies": {
"esbuild": "^0.24.0"
},
"scripts": {
"build": "node build"
},
"browser": "./Bundle/jql.min.js"
}