-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.48 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.48 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "FlowTrack2",
"version": "0.0.1",
"description": "NetFlow grappher and logger",
"url": "https://github.com/skarfacegc/FlowTrack2",
"repository": "https://github.com/skarfacegc/FlowTrack2",
"author": "https://github.com/skarfacegc/",
"license": "MIT",
"main": "bin/flowTrack.js",
"scripts": {
"test": "gulp test",
"postinstall": "gulp bower"
},
"dependencies": {
"async": "^2.0.0-rc.3",
"bower": "^1.7.7",
"bunyan": "^1.7.1",
"config": "^1.19.0",
"elasticsearch": "^10.1.3",
"express": "^4.13.4",
"inet": "0.0.3",
"moment": "^2.12.0",
"node-netflowv9": "^0.2.7",
"npid": "^0.4.0",
"on-finished": "^2.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"eslint": "^2.8.0",
"eslint-config-google": "^0.5.0",
"fs": "0.0.2",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-istanbul-report": "0.0.1",
"gulp-live-server": "0.0.29",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.1.0",
"gulp-protractor": "^2.1.0",
"gulp-sequence": "^0.4.5",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"lazypipe": "^1.0.1",
"mocha": "^2.4.5",
"mocha-retry": "^0.1.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"supertest": "^1.2.0",
"wiredep": "^3.0.0"
}
}