willcore.admin
Version:
Admin theme for WillCore.UI
40 lines (39 loc) • 969 B
JSON
{
"name": "willcore.admin",
"version": "1.0.1",
"description": "Admin theme for WillCore.UI",
"main": "moduleContainer/willCoreModules.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Philip Schoeman",
"license": "LGPL-2.1-only",
"dependencies": {},
"keywords": [
"CSS",
"WillCore",
"NodeJS"
],
"_moduleAliases": {
"willcore.admin": "moduleContainer/willCoreModules.js"
},
"devDependencies": {
"module-alias": "^2.2.2",
"willcore.bootstrap": "^1.0.9",
"willcore.fontawesome": "^1.0.0",
"willcore.ui": "^1.1.7"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilipCoder/willcore.adminTheme.git"
},
"bugs": {
"url": "https://github.com/PhilipCoder/willcore.adminTheme/issues"
},
"homepage": "https://github.com/PhilipCoder/willcore.adminTheme#readme",
"files": [
"/admin",
"/assignable",
"/moduleContainer"
]
}