ZeroTierOne/rule-compiler/package.json

19 lines
433 B
JSON
Raw Normal View History

2017-02-15 00:43:22 +00:00
{
"name": "zerotier-rule-compiler",
2017-03-29 05:25:24 +00:00
"version": "1.2.2-2",
2017-02-15 00:43:22 +00:00
"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"
}