blob: e12d3759326f8c5b2b49a04ce5c0f384da2c3ba5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "zerotier-rule-compiler",
"version": "1.2.0-1",
"description": "ZeroTier Rule Script Compiler",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zerotier/ZeroTierOne/rule-compiler"
},
"keywords": [
"ZeroTier"
],
"author": "ZeroTier, Inc. <contact@zerotier.com>",
"license": "GPL-2.0"
}
|