-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 878 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "micro-analytics-adapter-redis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "prettier --write --flow-parser --single-quote --print-width 100 **.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/relekang/micro-analytics-adapter-redis.git"
},
"author": "Rolf Erik Lekang <me@rolflekang.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/relekang/micro-analytics-adapter-redis/issues"
},
"homepage": "https://github.com/relekang/micro-analytics-adapter-redis#readme",
"dependencies": {
"ioredis": "^3.1.1",
"micro-analytics-adapter-utils": "^1.0.1",
"zen-observable": "^0.5.2"
},
"devDependencies": {
"jest": "^20.0.4",
"prettier": "^1.5.2",
"standard-version": "^4.2.0"
}
}