safeframe
Version:
SafeFrame provides a consistent JS API to include 3rd party content
38 lines (37 loc) • 889 B
JSON
{
"name": "safeframe",
"version": "1.1.3",
"description": "SafeFrame provides a consistent JS API to include 3rd party content",
"main": "src/js/lib/base.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://selfagency@github.com/selfagency/safeframe.git"
},
"keywords": [
"ads",
"advertising",
"iab",
"gpt",
"safeframe",
"safe frames",
"goodgle publisher"
],
"author": "Internet Advertising Bureau",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/selfagency/safeframe/issues"
},
"homepage": "https://github.com/selfagency/safeframe#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"load-grunt-tasks": "^3.5.2"
}
}