Skip to content

Commit

Permalink
Added zuix.js library
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Apr 25, 2019
1 parent a1e0b60 commit 4b8da6a
Show file tree
Hide file tree
Showing 7 changed files with 5,528 additions and 0 deletions.
38 changes: 38 additions & 0 deletions ajax/libs/zuix/1.0.3/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "zuix",
"filename": "zuix.min.js",
"version": "1.0.3",
"description": "A JavaScript library for creating component-based websites and applications.",
"keywords": [
"webapp",
"bundler",
"pwa",
"components",
"mvc",
"dom",
"frontend",
"modular-web"
],
"homepage": "https://zuixjs.org",
"author": {
"name": "Generoso Martello",
"email": "gene@glabs.it",
"url": "https://glabs.it"
},
"repository": {
"type": "git",
"url": "https://github.com/zuixjs/zuix.git"
},
"npmName": "zuix-dist",
"npmFileMap": [
{
"basePath": "js",
"files": [
"zuix?(.min).+(js|map)"
]
}
],
"namespace": "zuix",
"license": "Apache-2.0"
}

Loading

0 comments on commit 4b8da6a

Please sign in to comment.