@maeertin/medialoaded
Version:
A simple utility for checking whether images and/or videos have been loaded.
39 lines (38 loc) • 944 B
JSON
{
"name": "@maeertin/medialoaded",
"version": "1.2.1",
"private": false,
"author": "Martin Barri <maeertin@gmail.com>",
"description": "A simple utility for checking whether images and/or videos have been loaded.",
"main": "index.js",
"keywords": [
"images",
"video",
"poster",
"media",
"loaded"
],
"repository": {
"type": "git",
"url": "https://github.com/maeertin/mediaLoaded.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maeertin/mediaLoaded/issues"
},
"scripts": {
"release": "npm publish --tag latest",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.1.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.19.1"
},
"publishConfig": {
"access": "public"
}
}