-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 843 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 843 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": "event-layer",
"version": "0.2.32",
"description": "A very simple abstraction layer for analytics code. Write your events once, then send them where ever you want.",
"main": "event-layer.js",
"types": "index.d.ts",
"scripts": {
"static": "serve -p 1234",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kidGodzilla/event-layer.git"
},
"keywords": [
"Analytics.js",
"event",
"federation",
"layer",
"analytics",
"abstraction",
"segment",
"simple"
],
"author": "James Futhey <futhey@gmail.com> (https://jamesfuthey.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kidGodzilla/event-layer/issues"
},
"homepage": "https://github.com/kidGodzilla/event-layer#readme"
}