2
0
mirror of https://github.com/esiur/iui.git synced 2025-06-27 09:23:12 +00:00
This commit is contained in:
2021-10-21 14:15:22 +03:00
parent fab9e186c9
commit 1e8ae99d39
15 changed files with 339 additions and 84 deletions

31
package.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "@esiur/iui",
"version": "1.1.2",
"description": "Interactive User Interface",
"main": "iui.js",
"type": "module",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/esiur/iui.git"
},
"keywords": [
"Web",
"Interface",
"User",
"Esiur"
],
"author": "Ahmed Kh. Zamil",
"license": "MIT",
"bugs": {
"url": "https://github.com/esiur/iui/issues"
},
"homepage": "https://github.com/esiur/iui#readme"
}