summaryrefslogtreecommitdiff
path: root/js/zt1-api-client/package.json
blob: bb818710bc6ca6bd9491d952659b05b50220500d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "zt1-api-client",
  "version": "0.0.1",
  "description": "ZeroTier One JSON API Client",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "ZeroTier, Inc.",
  "license": "BSD",
  "dependencies": {
    "async": "^0.9.0",
    "request": "^2.55.0"
  }
}