Files: 0e406483fa15d28f0f5eda0c569b37021fa66136 / package.json
536 bytesRaw
1 | { |
2 | "name": "pull-postmsg", |
3 | "version": "0.0.0", |
4 | "description": "pull-stream for cross-domain inter-frame communication using postMessage", |
5 | "main": "index.js", |
6 | "keywords": [ |
7 | "postMessage", |
8 | "pull-stream" |
9 | ], |
10 | "author": "Charles Lehner (http://celehner.com/)", |
11 | "license": "Fair", |
12 | "devDependencies": { |
13 | "browserify": "^13.0.1", |
14 | "pull-stream": "^3.4.3" |
15 | }, |
16 | "scripts": { |
17 | "prepublish": "echo \"window.pull = require('pull-stream'); window.Postmsg = require('.')\" | browserify -o example/bundle.js -" |
18 | } |
19 | } |
20 |
Built with git-ssb-web