it-postmsg
Version:
Streaming iterables over window.postMessage
59 lines (58 loc) • 1.73 kB
JSON
{
"name": "it-postmsg",
"version": "1.0.1",
"description": "Streaming iterables over window.postMessage",
"main": "src/index.js",
"scripts": {
"lint": "standard",
"test": "run-s lint test:coverage",
"test:coverage": "nyc --reporter=lcov --reporter=text ava",
"example": "run-s example:build example:serve",
"example:build": "run-p example:build:*",
"example:build:index": "browserify example/index.js -o example/index.bundle.js",
"example:build:iframe": "browserify example/iframe.js -o example/iframe.bundle.js",
"example:watch": "run-p example:watch:*",
"example:watch:index": "watchify example/index.js -o example/index.bundle.js -v",
"example:watch:iframe": "watchify example/iframe.js -o example/iframe.bundle.js -v",
"example:serve": "ecstatic ./example --port 3000"
},
"dependencies": {
"get-iterator": "^1.0.2",
"postmsg-rpc": "^2.4.0"
},
"devDependencies": {
"ava": "^3.3.0",
"browserify": "^16.2.0",
"ecstatic": "^4.1.2",
"it-all": "^1.0.1",
"it-drain": "^1.0.0",
"it-pipe": "^1.1.0",
"npm-run-all": "^4.1.2",
"nyc": "^15.0.0",
"pull-stream": "^3.6.1",
"shortid": "^2.2.8",
"standard": "^14.3.1",
"watchify": "^3.9.0"
},
"keywords": [
"postMessage",
"iterable",
"iterator",
"Symbol.asyncIterator",
"Symbol.iterator"
],
"author": "Alan Shaw",
"license": "MIT",
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alanshaw/it-postmsg.git"
},
"bugs": {
"url": "https://github.com/alanshaw/it-postmsg/issues"
},
"homepage": "https://github.com/alanshaw/it-postmsg#readme"
}