summaryrefslogtreecommitdiff
path: root/package.json
blob: 880ea5020d2d0546fd0c7ab56aed21e106e9544e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "cmus-remote-node",
  "version": "0.1.0",
  "description": "API to cmus-remote for controlling cmus",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.tomsmeding.com/cmus-remote-node"
  },
  "keywords": [
    "cmus",
    "cmus-remote"
  ],
  "author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
  "license": "MIT"
}