Files

25 lines
722 B
JSON

{
"name": "intercom.js",
"title": "Intercom",
"filename": "intercom.min.js",
"version": "0.1.4",
"description": "A client-side cross-window message broadcast library built on top of the HTML5 localStorage API.",
"homepage": "https://github.com/diy/intercom.js",
"author": {
"name": "Brian Reavis",
"email": "brian@thirdroute.com",
"url": "http://thirdroute.com"
},
"repositories": [{
"type": "git",
"url": "https://github.com/diy/intercom.js.git"
}],
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"keywords": ["intercom.js", "intercom", "js"]
}