{
  "name": "jplayer-podcast-wordpress-widget",
  "version": "1.0.0",
  "description": "JPlayer Podcast Widget",
  "scripts": {
    "copy:jplayer-pixels": "mkdir -p jplayer/skin/pixels && cp -rf node_modules/jplayer-premium-pixels/assets/ jplayer/skin/pixels",
    "copy:jplayer": "mkdir -p jplayer/ && cp -rf node_modules/jplayer/dist/ jplayer/",
    "install": "npm run copy:jplayer && npm run copy:jplayer-pixels",
    "build": "npm run install"
  },
  "author": "Freeman Man",
  "license": "GNUv2",
  "dependencies": {
    "jplayer": "^2.9.2"
  }
}
