16 lines
292 B
JSON
16 lines
292 B
JSON
|
{
|
||
|
"name": "click-counter",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Minimal API for counting clicks",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"ioredis": "^4.1.0",
|
||
|
"koa": "^2.5.3"
|
||
|
},
|
||
|
"devDependencies": {},
|
||
|
"scripts": {},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC"
|
||
|
}
|