@spectra/window-day-care
Version:
A library to help you create popup windows and iframes. It makes communication between parent and child window a breeze.
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "@spectra/window-day-care",
"version": "1.0.12",
"description": "A library to help you create popup windows and iframes. It makes communication between parent and child window a breeze.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "webpack",
"compile-test": "webpack --config webpack.config.test.js",
"tslint": "tslint --project src/tsconfig.json"
},
"keywords": [
"iframes",
"iframe",
"popup",
"window",
"child-windows",
"windows",
"window-day-care",
"spectra"
],
"author": "Yenthe Oerlemans",
"license": "ISC",
"devDependencies": {
"awesome-typescript-loader": "^3.4.1",
"inline-source-map": "^0.6.2",
"ts-loader": "^3.2.0",
"tsc": "^1.20150623.0",
"tslint": "^5.8.0",
"typescript": "^2.6.2",
"webpack": "^3.9.1"
},
"dependencies": {
"rxjs": "^5.5.3"
},
"typings": "dist/index",
"homepage": "https://github.com/yentheo/window-day-care",
"repository": {
"type": "git",
"url": "https://github.com/yentheo/window-day-care"
}
}