UNPKG

1.12 kBJSONView Raw
1{
2 "name": "hoxy",
3 "version": "2.2.3",
4 "author": "Greg Reimer <gregreimer@gmail.com>",
5 "description": "Web-hacking proxy API for node",
6 "repository": {
7 "type": "git",
8 "url": "git@github.com:greim/hoxy.git"
9 },
10 "bin": "./cli/hoxy-cli.js",
11 "main": "./index",
12 "scripts": {
13 "test": "node node_modules/.bin/mocha --compilers js:babel/register --bail --timeout 3000",
14 "compile": "node node_modules/.bin/babel src --out-dir lib",
15 "prepublish": "npm run compile"
16 },
17 "keywords": [
18 "develop",
19 "development",
20 "test",
21 "testing",
22 "debug",
23 "debugging",
24 "proxy",
25 "charles",
26 "fiddler",
27 "web"
28 ],
29 "dependencies": {
30 "await": "^0.2.5",
31 "cheerio": "^0.19.0",
32 "co": "^4.5.4",
33 "colors": "^1.1.2",
34 "lodash": "^3.10.0",
35 "minimist": "^1.1.1",
36 "mkdirp": "^0.5.1",
37 "node-static": "^0.7.6",
38 "nodemon": "^1.0.17",
39 "pem": "^1.7.2",
40 "route-pattern": "^0.0.6",
41 "stream-throttle": "^0.1.3",
42 "ugly-adapter": "^1.1.0"
43 },
44 "license": "MIT",
45 "devDependencies": {
46 "babel": "^5.6.14",
47 "mocha": "^2.2.5"
48 }
49}