UNPKG

1.2 kBJSONView Raw
1{
2 "name": "hoxy",
3 "version": "2.2.4",
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 --optional runtime",
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 "babel-runtime": "^5.7.0",
32 "bluebird": "^2.9.34",
33 "cheerio": "^0.19.0",
34 "co": "^4.5.4",
35 "colors": "^1.1.2",
36 "lodash": "^3.10.0",
37 "minimist": "^1.1.1",
38 "mkdirp": "^0.5.1",
39 "node-static": "^0.7.6",
40 "nodemon": "^1.0.17",
41 "pem": "^1.7.2",
42 "route-pattern": "^0.0.6",
43 "stream-throttle": "^0.1.3",
44 "ugly-adapter": "^1.1.0"
45 },
46 "license": "MIT",
47 "devDependencies": {
48 "babel": "^5.6.14",
49 "mocha": "^2.2.5"
50 }
51}