-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 930 Bytes
/
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
{
"name": "windows-event-reader",
"version": "1.0.1",
"description": "A reader for Windows Event Log and ETW",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sedouard/windows-event-reader.git"
},
"keywords": [
"ETW",
"Windows",
"Event",
"Log"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/sedouard/windows-event-reader/issues"
},
"homepage": "https://github.com/sedouard/windows-event-reader#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.5.0",
"grunt-mocha-cli": "^2.0.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.3",
"node-windows": "^0.1.11"
},
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.5.0"
}
}