« get me outta code hell

package.json - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/package.json
blob: 804df467ba46354a88d17ca2e16a7dec03bba636 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "http-music",
  "version": "0.0.1",
  "main": "src/play.js",
  "dependencies": {
    "cheerio": "^1.0.0-rc.1",
    "node-fetch": "^1.7.0",
    "sanitize-filename": "^1.6.1",
    "tempy": "^0.1.0"
  }
}