Update README.md and package.json with description from repo

This commit is contained in:
Matt Mazzola 2016-06-27 10:25:59 -07:00
Родитель fe5d64a1da
Коммит c4598c0f65
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,5 @@
# htt-post-message
A library to enabled HTTP communication over window.postMessage using window-post-message-proxy. The enables communicating with iframes in a well known protocol and pattern.
A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.
## Installation
```

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "http-post-message",
"version": "0.1.1",
"description": "A library to enabled HTTP communication over window.postMessage using window-post-message-proxy. The enables communicating with iframes in a well known protocol and pattern.",
"description": "A generic messaging component to send HTTP style message payloads over the window.postMessage API. Requires an implementation of window postMessage proxy such as 'window-post-message-proxy'.",
"main": "dist/httpPostMessage.js",
"typings": "dist/httpPostMessage.d.ts",
"scripts": {