UNPKG

@cassette/core

Version:

A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.

57 lines (56 loc) 1.29 kB
{ "name": "@cassette/core", "version": "2.0.0-beta.4", "description": "A simple, clean, and responsive visual wrapper for the HTML audio tag, built with React.", "main": "dist/es5/cassette-core.js", "scripts": { "build:clean": "rimraf dist", "build:webpack": "BUILD_MODE=all webpack --progress", "build": "npm run build:clean && npm run build:webpack", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/benwiley4000/cassette.git" }, "engines": { "node": ">=6.0.0", "npm": ">=5.0.0" }, "keywords": [ "audio", "video", "media", "ui", "react", "reactjs", "responsive", "music", "player", "html5", "component", "components" ], "author": { "name": "Ben Wiley", "email": "therealbenwiley@gmail.com", "url": "http://benwiley.org/" }, "license": "MIT", "peerDependencies": { "react": "^16.3.0" }, "devDependencies": { "array-find-index": "^1.0.2", "rimraf": "^2.5.4", "webpack": "^4.17.1" }, "dependencies": { "prop-types": "^15.5.10" }, "publishConfig": { "access": "public" }, "gitHead": "0b53bfc554d37befcf6340dda3e94019f657e7d0" }