19 lines
472 B
JSON
19 lines
472 B
JSON
{
|
|
"name": "shinobi-python-contour",
|
|
"version": "1.0.0",
|
|
"description": "Contour plugin for Shinobi that uses Python functions for detection.",
|
|
"main": "shinobi-python-contour.js",
|
|
"dependencies": {
|
|
"socket.io-client": "^1.7.4",
|
|
"express": "^4.16.2",
|
|
"moment": "^2.19.2",
|
|
"socket.io": "^2.0.4"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Moe Alam",
|
|
"license": "ISC"
|
|
}
|