-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1005 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1005 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "pcap-scribe",
"version": "1.2.2",
"description": "pcap writer using libpcap",
"main": "pcap_dump.js",
"scripts": {
"test": "test",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/harrydevnull/pcap-scribe.git"
},
"keywords": [
"nodejs",
"pcap",
"libpcap",
"node",
"addon"
],
"author": "harrydevnull",
"license": "ISC",
"bugs": {
"url": "https://github.com/harrydevnull/pcap-scribe/issues"
},
"homepage": "https://github.com/harrydevnull/pcap-scribe#readme",
"dependencies": {
"nan": "^2.4.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.2",
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"mocha-sinon": "^1.1.6",
"rewire": "^2.5.2",
"should": "^11.1.0",
"sinon": "^1.17.6"
}
}