UNPKG

willcore.bootstrap

Version:

WillCore.Bootstrap contains Bootstrap 4.5 files and assignables. The assignables are wrappers that translate the Bootstrap's JQuery API to WillCore.UI assignables.

42 lines (40 loc) 1.25 kB
{ "name": "willcore.bootstrap", "version": "1.1.3", "description": "WillCore.Bootstrap contains Bootstrap 4.5 files and assignables. The assignables are wrappers that translate the Bootstrap's JQuery API to WillCore.UI assignables.", "main": "moduleContainer/willCoreModules.js", "_moduleAliases": { "willcore.bootstrap": "moduleContainer/willCoreModules.js" }, "repository": { "type": "git", "url": "git+https://github.com/PhilipCoder/willcore.bootstrap.git" }, "author": "Philip Schoeman", "license": "LGPL-2.1-only", "bugs": { "url": "https://github.com/PhilipCoder/willcore.bootstrap/issues" }, "homepage": "https://github.com/PhilipCoder/willcore.bootstrap#readme", "keywords": [ "Binding", "Proxies", "Assignables" ], "files": [ "/assignable", "/bootstrap", "/client", "/moduleContainer", "/intellisense.json" ], "dependencies": { }, "devDependencies": { "mocha": "^7.1.2", "module-alias": "^2.2.2", "willcore.ui": "^1.2.1", "willcore.core": "^1.0.7", "willcore.server": "^1.1.4" } }