-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
50 lines (50 loc) · 1.05 KB
/
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
44
45
46
47
48
49
50
{
"name": "web-http-client",
"version": "0.1.0",
"author": "Marak Squires <[email protected]>",
"description": "a web based http client",
"main": "",
"repository": {
"type": "git",
"url": "git://github.com/nodeapps/web-http-client.git"
},
"keywords": [
"nodeapps",
"web-client",
"http"
],
"homepage": "http://nodeapps.github.com/web-http-client",
"scripts": {
"start": "./bin/server"
},
"contributors": [
{
"name": "Marak Squires",
"email": "[email protected]"
},
{
"name": "Joshua Holbrook",
"email": "[email protected]"
}
],
"dependencies": {
"request": ">= 0.2.x",
"node-static": "0.5.x",
"stack": ">= 0.0.3",
"webservice": ">= 0.5.x"
},
"devDependencies": {},
"engines": {
"node": ">= 0.4.x"
},
"bugs": {
"url": "https://github.com/nodeapps/web-http-client/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nodeapps/web-http-client/raw/master/LICENSE"
}
],
"analyze": false
}