UNPKG

win95-media-player

Version:
80 lines (79 loc) 2.45 kB
{ "name": "win95-media-player", "version": "0.1.0", "description": "Back from 1995, and running on your website", "main": "lib/index.js", "scripts": { "build": "rimraf lib && mkdirp lib && node encodeIcons.js && babel src --out-dir lib", "watch": "mkdirp lib && node encodeIcons.js && babel src --watch --out-dir lib", "example:watch": "parcel example/src/index.html", "example:build": "parcel build example/src/index.html --out-dir example/dist && parcel build example/quickstart/quickstart.html --out-dir example/dist", "example:build:deploy": "parcel build example/src/index.html --out-dir example/dist --public-url /win95-media-player/ && parcel build example/quickstart/quickstart.html --out-dir example/dist --public-url /win95-media-player/", "deploy": "npm run build && npm run example:build:deploy && gh-pages -d example/dist", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/benwiley4000/win95-media-player.git" }, "engines": { "node": ">=6.0.0", "npm": ">=5.0.0" }, "keywords": [ "react", "react-component", "windows95", "media-player", "audio", "video", "ui", "media", "player", "html5", "windows", "component", "components", "reactjs" ], "author": { "name": "Ben Wiley", "email": "therealbenwiley@gmail.com", "url": "https://benwiley.org" }, "license": "MIT", "bugs": { "url": "https://github.com/benwiley4000/win95-media-player/issues" }, "homepage": "https://github.com/benwiley4000/win95-media-player#readme", "peerDependencies": { "react": "^16.3.0" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "base64-img": "^1.0.4", "gh-pages": "^2.0.1", "mkdirp": "^0.5.1", "parcel-bundler": "^1.12.3", "parcel-plugin-static-files-copy": "^2.0.0", "react": "^16.3.0", "react-dom": "^16.3.0", "rimraf": "^2.6.3" }, "dependencies": { "@cassette/components": "^2.0.0-beta.1", "@cassette/core": "^2.0.0-beta.1", "prop-types": "^15.7.2", "react95": "1.0.3", "resize-observer-polyfill": "^1.5.1", "styled-components": "^4.1.3" }, "staticFiles": { "staticPath": "example/public", "watcherGlob": "**" } }