-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 792 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 792 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
{
"name": "magicproxy",
"version": "0.0.0",
"description": "Http proxy for clientside web development",
"repository": {
"type": "git",
"url": "https://github.com/fabiosantoscode/magicProxy.git"
},
"main": "index.js",
"dependencies": {
"cheerio": "0.12.1",
"express": "^3.5.1",
"formidable": "^1.0.15",
"http-proxy": "~0.10.4",
"mime": "~1.2.11",
"node-watch": "~0.3.4",
"optimist": "0.6.x",
"underscore": "1.5.x",
"weinre": "^2.0.0-pre-HZO3BMNG"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"http",
"proxy",
"development",
"js",
"swap",
"less",
"css"
],
"author": "Fábio Santos [blog](http://fabiosantoscode.blogspot.com)",
"license": "WTFPL"
}