-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 KB
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
41
{
"name": "sm-log-exporter",
"version": "0.1.3",
"description": "Export StreamMachine sessions as W3C or SoundExchange logs",
"main": "index.js",
"dependencies": {
"@elastic/elasticsearch": "^7.4.0",
"debug": "~2.1.0",
"moment": "^2.24.0",
"object-hash": "~0.5.0",
"timezone": "~0.0.38",
"useragent": "~2.1.4",
"yargs": "^1.3.3"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/StreamMachine/sm-log-exporter.git"
},
"keywords": [
"streammachine"
],
"author": "Eric Richardson <e@ewr.is>",
"license": "MIT",
"bugs": {
"url": "https://github.com/StreamMachine/sm-log-exporter/issues"
},
"homepage": "https://github.com/StreamMachine/sm-log-exporter",
"bin": {
"sm-log-exporter": "./runner-cmd"
}
}