@softvisio/ext
Version:
ExtJS patches
44 lines (43 loc) • 1.02 kB
JSON
{
"name": "@softvisio/ext",
"version": "5.20.9",
"description": "ExtJS patches",
"keywords": [
"softvisio",
"extjs",
"ewc",
"ext web components"
],
"homepage": "https://softvisio-node.github.io/ext/",
"bugs": {
"url": "https://github.com/softvisio-node/ext/issues",
"email": "root <root@softvisio.net>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio-node/ext.git"
},
"license": "ISC",
"author": "root <root@softvisio.net>",
"imports": {
"#core/*": "@softvisio/core/*",
"#resources/*": "./resources/*",
"#src/*": {
"browser": "./src/*",
"node": "./src/*.js"
}
},
"exports": {
"./*": {
"browser": "./src/*",
"node": "./src/*.js"
},
"./resources/*": "./resources/*"
},
"files": [
"/bin",
"/lib",
"/resources",
"/src"
]
}