cross-channel
Version:
Cross window messaging
59 lines • 1.28 kB
JSON
{
"name": "cross-channel",
"private": false,
"description": "Cross window messaging",
"version": "0.6.2",
"license": "MIT",
"author": "Constantine Genchevsky <const.gen@gmail.com>",
"main": "src/index.js",
"browser": "dist/cross-channel.js",
"scripts": {
"start": "node src/index.js",
"test": "grunt test",
"build": "grunt build",
"build-demo": "grunt build-demo",
"live": "grunt live",
"code": "grunt code"
},
"repository": {
"type": "git",
"url": "https://github.com/constgen/cross-channel.git"
},
"keywords": [
"communication",
"messaging",
"broadcast",
"channel",
"cross",
"cross-frame",
"cross-window",
"cross-tab",
"inter-process",
"ipc"
],
"dependencies": {
"es6-symbol": "3.1.0"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-jsdoc": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-clean": "1.0.0",
"jasmine-core": "*",
"systemjs": "*",
"grunt-systemjs-bundler": "git://github.com/constgen/grunt-systemjs-bundler#0.5.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=3.0.0"
},
"files": [
"src",
"dist",
"LICENSE",
"README.md",
"package.json"
]
}