ZeroTierOne/attic/netconf-service/package.json

16 lines
399 B
JSON
Raw Normal View History

2014-05-05 22:11:21 +00:00
{
"name": "zt1-netconf-service",
"version": "0.0.0",
"description": "Worker in charge of issuing network configuration from ZeroTier One netconf masters",
"main": "netconf-master.js",
2014-05-05 22:11:21 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ZeroTier Networks LLC",
"license": "GPL",
"dependencies": {
2014-05-22 21:05:08 +00:00
"redis": "~0.10.3",
2014-05-20 20:05:11 +00:00
"async": "~0.9.0"
2014-05-05 22:11:21 +00:00
}
}