UNPKG

nowplaying-node

Version:

Control AIMP, foobar2000, iTunes,... players and get track information.

66 lines (65 loc) 1.31 kB
{ "name": "nowplaying-node", "version": "0.1.3", "description": "Control AIMP, foobar2000, iTunes,... players and get track information.", "author": { "name": "khanhas", "url": "http://khanhas.github.com" }, "repository": { "type": "git", "url": "https://github.com/khanhas/nowplaying-node" }, "gypfile": true, "main": "index.js", "dependencies": { "@types/node": "^10.1.2", "node-addon-api": "^1.2.0", "node-gyp": "^3.6.2" }, "devDependencies": { "clang-format": "^1.2.3", "ts-node": "^6.0.5", "typescript": "^2.8.3", "windows-build-tools": "^2.3.0" }, "scripts": { "build": "node-gyp build", "rebuild": "node-gyp rebuild", "lint": "clang-format -i --glob=src/*.{cpp,h}", "tsc": "tsc", "ex": "ts-node" }, "files": [ "index.ts", "index.d.ts", "index.js", "list-sources.js", "binding.gyp", "src" ], "license": "MIT", "keywords": [ "aimp", "foobar", "foobar2000", "itunes", "j.river media center", "j.river", "jriver", "jukebox", "media control", "media", "mediamonkey", "music", "musicbee", "player", "song metadata", "song", "spotify", "track metadata", "winamp", "windows media player", "windows" ] }