media-woofer
Version:
Kick up the bass on your media element.
37 lines (36 loc) • 724 B
JSON
{
"name": "media-woofer",
"version": "0.0.2",
"description": "Kick up the bass on your media element.",
"type": "module",
"main": "index.js",
"files": [
"./dist/*",
"index.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish-patch": "np patch --no-tests --any-branch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muxinc/media-woofer.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"woofer",
"media",
"player",
"audio",
"video"
],
"author": "@heff",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"np": "^6.2.0"
}
}