UNPKG

pure_player

Version:
39 lines (38 loc) 862 B
{ "name": "pure_player", "version": "1.1.0", "description": "HTML5 Javascript player", "main": "src/js/pure_player.js", "directories": { "example": "example" }, "scripts": { "prod": "gulp --default", "dev": "gulp watch", "test": "echo \"No tests\"" }, "repository": { "type": "git", "url": "git+https://github.com/ollyxar/PurePlayer.git" }, "keywords": [ "video-player", "html5-video", "pure", "player", "javascript", "quality-control" ], "author": "Oleksii Svyrydenko aka Alex Slipknot", "license": "MIT", "bugs": { "url": "https://github.com/ollyxar/PurePlayer/issues" }, "homepage": "https://github.com/ollyxar/PurePlayer#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-clean-css": "^3.4.2", "gulp-imagemin": "^3.3.0", "gulp-minify": "^1.0.0" } }