package.json
677 Bytes
{
"name": "window.io",
"version": "1.0.0",
"description": "Javascript library to communicate cross frame",
"main": "window.io.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "git pull",
"postversion": "git push && git push --tags && npm publish"
},
"publishConfig": {
"registry": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-aemscreens-release-local"
},
"keywords": [
"aem",
"cq",
"screens"
],
"repository" : {
"type" : "git",
"url" : "https://git.corp.adobe.com/CQ/screens-core.git"
},
"author": "Screens Team <screens@adobe.com>",
"license": "UNLICENSED"
}