forked from controlplaneio/netassert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 763 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "talk-assert-network",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "bash -c 'APP=\"ava --tap --concurrency=2\"; if [[ $(whoami) != root ]]; then echo \"WARNING: UDP requires root (currently $(whoami)). Requesting sudo\"; sudo ${APP}; else ${APP}; fi'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sublimino/talk-assert-network.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sublimino/talk-assert-network/issues"
},
"homepage": "https://github.com/sublimino/talk-assert-network#readme",
"dependencies": {
"ava": "^0.15.2",
"node-nmap": "git+https://github.com/sublimino/node-nmap.git",
"yaml-js": "^0.2.3"
}
}