aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 930e54350564370195b6ac0a8452319ea5028487 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "remotewol",
  "version": "1.0.0",
  "description": "",
  "scripts": {
    "test": "node app.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "node-wol": "^0.1.1"
  }
}