{
  "name": "pmc",
  "version": "1.0.0",
  "main": "index.html",
  "keywords": [
    "play",
    "music",
    "client"
  ],
  "window": {
    "toolbar": false 
  },
  "scripts": {
    "postinstall": "./postinstall.sh"
  },
  "bin": {
    "pmc": "./run.js"
  },
  "author": "Erick Zanardo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/erickzanardo/pmc"
  },
  "dependencies": {
    "express": "^4.13.3",
    "nw": "~0.12.2"
  }
}
