diff options
Diffstat (limited to 'rule-compiler/package.json')
-rw-r--r-- | rule-compiler/package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rule-compiler/package.json b/rule-compiler/package.json new file mode 100644 index 00000000..e12d3759 --- /dev/null +++ b/rule-compiler/package.json @@ -0,0 +1,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" +} |