@pamlight/ngx-client
Version:
The angular library for Pamlight client SDK
44 lines (43 loc) • 1.16 kB
JSON
{
"name": "@pamlight/ngx-client",
"version": "0.0.4",
"description": "The angular library for Pamlight client SDK",
"dependencies": {
"@pamlight/client": "0.1.0",
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/common": "^8.0.1",
"@angular/core": "^8.0.1"
},
"keywords": [
"real-time",
"database",
"javascript",
"data-sync",
"real-db"
],
"author": {
"name": "Moses Godson",
"email": "mosesgodson27@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/pamlight-db/client-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pamlight-db/client-sdk"
},
"homepage": "https://docs.pamlight.com",
"main": "bundles/pamlight-ngx-client.umd.js",
"module": "fesm5/pamlight-ngx-client.js",
"es2015": "fesm2015/pamlight-ngx-client.js",
"esm5": "esm5/pamlight-ngx-client.js",
"esm2015": "esm2015/pamlight-ngx-client.js",
"fesm5": "fesm5/pamlight-ngx-client.js",
"fesm2015": "fesm2015/pamlight-ngx-client.js",
"typings": "pamlight-ngx-client.d.ts",
"metadata": "pamlight-ngx-client.metadata.json",
"sideEffects": false
}