ng-halfmoon
Version:
Angular Library to build upon the halfmoon-framework
46 lines • 1.16 kB
JSON
{
"name": "ng-halfmoon",
"version": "0.4.0",
"description": "Angular Library to build upon the halfmoon-framework",
"repository": {
"type": "git",
"url": "https://github.com/dev-bridge-org/ng-halfmoon.git"
},
"keywords": [
"halfmoon",
"angular",
"ng-halfmoon",
"css",
"javascript",
"typescript",
"html",
"dark-theme",
"dark-mode",
"dashboard",
"web-framework",
"css-framework",
"css-variables",
"css-custom-properties"
],
"author": "dev-bridge <contact@dev-bridge.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dev-bridge-org/ng-halfmoon/issues"
},
"homepage": "https://github.com/dev-bridge-org/ng-halfmoon#readme",
"peerDependencies": {
"@angular/common": "^12.0.1",
"@angular/core": "^12.0.1"
},
"dependencies": {
"tslib": "^2.0.0"
},
"main": "bundles/ng-halfmoon.umd.js",
"module": "fesm2015/ng-halfmoon.js",
"es2015": "fesm2015/ng-halfmoon.js",
"esm2015": "esm2015/ng-halfmoon.js",
"fesm2015": "fesm2015/ng-halfmoon.js",
"typings": "ng-halfmoon.d.ts",
"metadata": "ng-halfmoon.metadata.json",
"sideEffects": false
}