page-communication
Version:
Communication between web pages
55 lines • 1.37 kB
JSON
{
"name": "page-communication",
"version": "1.6.0",
"typescript": {
"definition": "page-communication.d.ts"
},
"description": "Communication between web pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Luojiaoye/page-communication.git"
},
"keywords": [
"webpages",
"communication"
],
"author": "kangzijun",
"license": "ISC",
"bugs": {
"url": "https://github.com/Luojiaoye/page-communication/issues"
},
"homepage": "https://github.com/Luojiaoye/page-communication#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"dts-bundle": "^0.7.3",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0-alpha.3",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"tsify": "^4.0.0",
"typescript": "^3.1.6",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"files": [
"page-communication.min.js",
"page-communication.min.js.map",
"page-communication.d.ts",
"readme.md",
"package.json"
],
"dependencies": {
"babel-loader": "^7.1.5",
"save-dev": "^2.0.0"
}
}