-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
84 lines (84 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "opennodes",
"description": "Node.js Modules Introduction",
"version": "0.0.4",
"author": {
"name": "Simon Su",
"email": "simonsu.mail@gmail.com"
},
"contributors": [
{
"name": "Simon Su",
"email": "simonsu.mail@gmail.com"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"underscore": "1.4.4",
"log4js": "0.6.6",
"commander": "1.1.1",
"cradle": "0.6.6",
"domain": "0.1.5",
"express": "3.0.1",
"jade": "0.28.2",
"jsdom": "0.6.5",
"json": "0.0.13",
"json2tree": "0.0.3",
"jsontool": "5.1.3",
"markdown": "0.4.0",
"marked": "~0.2.8",
"mysql": "2.0.0-alpha8",
"native-dns": "0.4.1",
"node-promise": "0.5.6",
"node-uuid": "1.4.0",
"nodemailer": "0.4.2",
"noder": "0.0.7",
"nodeutil": "0.0.27",
"request": "2.21.0",
"restify": "2.5.1",
"riak-js": "0.10.1",
"rss": "0.0.4",
"smartdc": "6.5.7",
"soap": "0.2.7",
"socket.io": "0.9.14",
"step": "0.0.5",
"tty.js": "0.2.10",
"xml2js": "0.2.7",
"express-partials": "~0.1.1",
"ejs": "~0.8.4",
"forever": "~0.10.8",
"cheerio": "~0.12.1",
"zombie": "~2.0.0-alpha20",
"promise": "~3.2.0",
"async": "~0.2.9",
"sqlite3": "~2.1.15",
"connect": "~2.9.0",
"rest-client": "~0.1.5",
"readline": "0.0.3",
"gapitoken": "~0.1.0",
"connect-couchdb": "~0.4.1",
"googleapis": "~0.7.0",
"bigquery": "0.0.3",
"google-api-utility": "0.0.5"
},
"keywords": [
"http",
"server",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/peihsinsu/noder"
},
"main": "index",
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"optionalDependencies": {},
"_engineSupported": true,
"_defaultsLoaded": true,
"_from": "Simon"
}