blob: 16f7a23fa2bee5ad4b71a29798147fd9b765aaeb (
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.1.17-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"
}
|