-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.08 KB
/
package.json
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
32
33
34
35
36
37
38
39
40
{
"name": "micro-analytics-adapter-flat-file-db",
"version": "1.3.0",
"description": "Store your micro-analytics data in flat-file-db!",
"main": "dist.js",
"scripts": {
"test": "jest",
"build": "async-to-gen index.js --out-file dist.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxstbr/micro-analytics-adapter-flat-file-db.git"
},
"keywords": [
"micro-analytics",
"adapter",
"flat-file-db"
],
"author": "Max Stoiber <[email protected]> (http://mxstbr.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mxstbr/micro-analytics-adapter-flat-file-db/issues"
},
"homepage": "https://github.com/mxstbr/micro-analytics-adapter-flat-file-db#readme",
"dependencies": {
"escape-regex": "^1.0.7",
"flat-file-db": "^1.0.0",
"then-flat-file-db": "^1.0.0",
"zen-observable": "^0.4.0"
},
"peerDependencies": {
"micro-analytics-cli": "^1.2.0"
},
"devDependencies": {
"async-to-gen": "^1.3.0",
"jest": "^19.0.2",
"micro-analytics-cli": "1.2.0-11"
}
}