forked from DoubleSpout/rrestjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.31 KB
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
{
"author": {
"name": "doublespout",
"email": "snoopyxdy@163.com",
"url": "http://snoopyxdy.blog.163.com"
},
"name": "rrestjs",
"description": "HIgh performance node.js ROA & RESTFUL web framework.",
"keywords": [
"rrestjs",
"restful",
"webframework",
"nodejs framework",
"express",
"expressjs",
"ROA",
"high performance"
],
"version": "0.8.2",
"url": "http://www.rrestjs.com",
"homepage": "http://www.rrestjs.com",
"repository": {
"type": "git",
"url": "git://github.com/DoubleSpout/rrestjs.git"
},
"main": "index.js",
"engines": {
"node": ">=0.6.6"
},
"dependencies": {
"formidable": "1.0.11",
"generic-pool": "1.0.6",
"jade": "0.20.0",
"log4js": "0.5.2",
"mime": "1.2.7",
"mongodb": "1.1.6",
"socket.io": "0.9.10",
"uglify-js": "1.2.5",
"ejs": "0.8.2",
"less": "1.3.0",
"should": "0.6.0",
"now":"0.8.1",
"http-proxy":"0.8.2"
},
"devDependencies": {},
"_npmUser": {
"name": "doublespout",
"email": "snoopyxdy@163.com"
},
"_id": "rrestjs@0.6.18",
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"dist": {
"shasum": "857570a3b52bc80a4c57f6ab3b9b1c698151a6d5"
},
"_from": "rrestjs"
}