UNPKG

pmc

Version:

Simple nodewebkit app to serve as a client for google play music

30 lines (29 loc) 473 B
{ "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" } }