forked from kywe665/network-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (47 loc) · 1.13 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
{
"author": "Seth Gibelyou <sethg@spotterrf.com>",
"name": "netbug",
"description": "Unified interface for creating listeners for various network protocols",
"version": "2.1.1",
"repository": {
"type": "git",
"url": "git://github.com/SpotterRF/network-debugger.git"
},
"preferGlobal":true,
"bin": {
"netbug-server": "bin/server.js"
},
"publishConfig": {
"registry": "http://npm.spotter360.org:5984"
},
"scripts": {
"prepublish": "grunt build"
},
"dependencies": {
"connect": "2.x",
"http-json": "1.x",
"connect_router": "1.x",
"nowww": "1.x",
"connect-pathname": "1.x",
"connect-xcors": "0.5.x",
"express-chromeframe": "0.2.x",
"argparse": "0.1.x",
"colors": "0.6.x",
"socket.io": "0.9.x",
"mkdirp": "0.3.x",
"join": "2.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-less": "0.5.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-jade": "0.5.x",
"grunt-contrib-watch": "0.4.x",
"grunt-contrib-cssmin": "0.6.x",
"grunt-contrib-uglify": "0.2.x"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}