UNPKG

zendesk_app_framework_sdk

Version:

The Zendesk App Framework (ZAF) SDK is a JavaScript library that simplifies cross-frame communication between iframed apps and ZAF.

53 lines (52 loc) 1.31 kB
{ "name": "zendesk_app_framework_sdk", "version": "2.0.11", "main": "lib/index.js", "description": "The Zendesk App Framework (ZAF) SDK is a JavaScript library that simplifies cross-frame communication between iframed apps and ZAF.", "homepage": "http://developer.zendesk.com", "bugs": "support@zendesk.com", "author": { "name": "Zendesk", "email": "support@zendesk.com", "url": "http://developer.zendesk.com" }, "repository": { "type": "git", "url": "git://github.com/brian-stripe/zendesk_app_framework_sdk.git" }, "licenses": [ { "type": "Apache-2.0" } ], "directories": { "lib": "./lib" }, "keywords": [ "zendesk", "apps", "framework", "sdk" ], "devDependencies": { "chai": "^3.5.0", "chai-as-promised": "^5.3.0", "grunt": "^1.0.1", "grunt-bump": "^0.7.0", "grunt-contrib-connect": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^19.0.0", "grunt-gluejs2": "^0.3.0", "grunt-newer": "^1.1.2", "grunt-testem-mincer": "^0.5.18", "load-grunt-tasks": "^3.5.0", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "time-grunt": "^1.3.0" }, "scripts": { "test": "grunt test" } }