20 lines
379 B
JSON
20 lines
379 B
JSON
|
{
|
||
|
"name": "filter-client",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Filter client for filter",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"filter"
|
||
|
],
|
||
|
"author": "Matjaž Mešnjak",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"pg": "^7.2.0",
|
||
|
"request": "^2.81.0",
|
||
|
"synaptic": "^1.1.0"
|
||
|
}
|
||
|
}
|