-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 828 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 828 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
{
"name": "micro-analytics-adapter-memory",
"version": "1.0.0",
"description": "An in memory adapter for micro-analytics",
"main": "index.js",
"scripts": {
"test": "jest",
"format": "prettier --write --flow-parser --single-quote --print-width 100 **.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micro-analytics/adapter-memory.git"
},
"author": "Rolf Erik Lekang <me@rolflekang.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/micro-analytics/adapter-memory/issues"
},
"homepage": "https://github.com/micro-analytics/adapter-memory#readme",
"dependencies": {},
"devDependencies": {
"jest": "^20.0.4",
"micro-analytics-cli": "^2.2.0",
"prettier": "^0.0.5",
"standard-version": "^4.0.0"
}
}