mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Add rules compiler script.
This commit is contained in:
parent
af4e79735c
commit
8b82f1c609
5 changed files with 946 additions and 0 deletions
18
rule-compiler/package.json
Normal file
18
rule-compiler/package.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "zerotier-rule-compiler",
|
||||
"version": "1.1.17",
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue