19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"name": "shinobi-openalpr",
|
|
"version": "1.0.0",
|
|
"description": "OpenALPR plugin for Shinobi",
|
|
"main": "shinobi-openalpr.js",
|
|
"dependencies": {
|
|
"express": "^4.16.2",
|
|
"moment": "^2.19.2",
|
|
"socket.io": "^2.0.4",
|
|
"node-openalpr-shinobi": "1.1.4"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Moe Alam",
|
|
"license": "ISC"
|
|
}
|