ng2-intercom
Version:
NG2 Intercom integration. See https://github.com/CaliStyle/angular2-intercom
33 lines (32 loc) • 796 B
JSON
{
"name": "ng2-intercom",
"version": "0.1.0",
"description": "NG2 Intercom integration. See https://github.com/CaliStyle/angular2-intercom",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kopertop/ng2-intercom.git"
},
"keywords": [
"Intercom",
"Angular",
"NG2",
"User",
"Engagement",
"Analytics"
],
"author": "Chris Moyer <kopertop@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/kopertop/ng2-intercom/issues"
},
"homepage": "https://github.com/kopertop/ng2-intercom#readme",
"peerDependencies": {
"@angular/common": "2.4.x",
"@angular/compiler": "2.4.x",
"@angular/core": "2.4.x"
}
}