You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
361 B
16 lines
361 B
{ |
|
"name": "zerotier-test-http", |
|
"version": "1.0.0", |
|
"description": "ZeroTier in-network HTTP test", |
|
"main": "agent.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "ZeroTier, Inc.", |
|
"license": "GPL-3.0", |
|
"dependencies": { |
|
"async": "^1.5.0", |
|
"express": "^4.13.3", |
|
"ipaddr.js": "^1.0.3" |
|
} |
|
}
|
|
|