-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 980 Bytes
/
package.json
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
{
"name": "remote",
"description": "Work on client-side files with a remote API server transparently",
"version": "0.2.6",
"repository": {
"type": "git",
"url": "git://github.com/gadr90/remote.git"
},
"main": "./libs/remote.coffee",
"bin": "./bin/remote.js",
"keywords": [
"http",
"parse",
"host",
"route",
"router",
"transparent",
"remote",
"api",
"proxy",
"reverse"
],
"dependencies": {
"send": "0.1.0",
"commander": "1.1.1",
"underscore": "1.4.x",
"coffee-script": "1.4.x",
"http-proxy": "0.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"license": "BSD",
"contributors": [
"Breno Calazans <[email protected]> (http://www.vtex.com.br)",
"Augusto Barbosa <[email protected]> (http://www.vtex.com.br)"
],
"readmeFilename": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Guilherme Rodrigues <[email protected]>"
}