willcore.fontawesome
Version:
Font-Awesome assignable for WillCore.UI
39 lines • 946 B
JSON
{
"name": "willcore.fontawesome",
"version": "1.0.0",
"description": "Font-Awesome assignable for WillCore.UI",
"main": "moduleContainer/willCoreModules.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Philip Schoeman",
"license": "LGPL-2.1-only",
"_moduleAliases": {
"willcore.fontawesome": "moduleContainer/willCoreModules.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilipCoder/willcore.fontawesome.git"
},
"bugs": {
"url": "https://github.com/PhilipCoder/willcore.fontawesome/issues"
},
"homepage": "https://github.com/PhilipCoder/willcore.fontawesome#readme",
"keywords": [
"Binding",
"Proxies",
"Assignables"
],
"files": [
"/assignable",
"/fontAwesome",
"/client",
"/moduleContainer"
],
"dependencies": {
},
"devDependencies": {
"mocha": "^7.2.0",
"module-alias": "^2.2.2"
}
}