UNPKG

getty-embeddy

Version:

Embed Gettyimages photos (iFrame) using Oembed.

52 lines (51 loc) 1.39 kB
{ "name": "getty-embeddy", "version": "1.1.1", "description": "Embed Gettyimages photos (iFrame) using Oembed.", "homepage": "https://github.com/Tickaroo/getty-embeddy", "author": "Ahmed Hassanein <eng.a7mad.gamal@gmail.com>", "license": "MIT", "keywords": [ "gettyimages", "getty", "embed", "oEmbed", "oembed" ], "repository": { "type": "git", "url": "git@github.com/Tickaroo/getty-embeddy.git" }, "main": "src/getty-embeddy.js", "directories": { "example": "./demo" }, "scripts": { "build": "npm run lint && npm run coverage && webpack", "server": "webpack-dev-server --progress --colors", "test": "mocha", "testdev": "mocha || exit 0", "testdbg": "webpack && mocha --debug-brk test/index.js && node-inspector", "lint": "jshint src/*.js test/*.js", "coverage": "istanbul cover node_modules/.bin/_mocha", "release-patch": "npm run build && npm version patch && npm publish && git push --follow-tags" }, "devDependencies": { "chai": "3.5.0", "codecov.io": "0.1.6", "istanbul": "0.4.2", "jsdom": "9.4.5", "jshint": "2.9.1", "mocha": "3.0.2", "node-inspector": "0.12.8", "should": "11.1.0", "webpack": "1.13.1", "webpack-dev-server": "1.16.1" }, "contributors": [ { "name": "Anton Pawlik", "email": "anton.pawlik@gmail.com" } ] }