-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
80 lines (80 loc) · 1.62 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
{
"name": "nombo",
"description": "Cloud application framework",
"version": "1.6.0",
"author": {
"name": "JF Gros-Dubois",
"email": "[email protected]"
},
"contributors": [
{
"name": "JF Gros-Dubois",
"email": "[email protected]"
}
],
"devDependencies": {},
"keywords": [
"nombo",
"framework",
"cloud",
"web",
"websocket",
"app",
"application",
"realtime"
],
"repository": {
"type": "git",
"url": "git://github.com/topcloud/nombo.git"
},
"main": "./nombo.node.js",
"bin": {
"nombo": "bin/cli.js"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"active-x-obfuscator": "0.0.1",
"async": "0.1.22",
"base64id": "0.1.0",
"browserify": "3.19.1",
"cachemere": ">= 0.9.13",
"cheerio": "0.12.4",
"clean-css": "1.0.4",
"commander": "0.5.2",
"eventvat": "0.2.0",
"expirymanager": ">= 0.9.1",
"formidable": "1.0.11",
"handlebars": "1.0.12",
"iocluster": ">= 0.9.13",
"less": "1.6.2",
"linkedlist": "1.0.1",
"loadbalancer": ">= 0.9.10",
"mime": "1.2.5",
"ncom": ">= 0.9.2",
"ndata": ">= 0.9.33",
"optimist": "0.3.5",
"options": "0.0.3",
"policyfile": "0.0.4",
"redis": "0.7.3",
"requireify": "0.1.4",
"retry": "0.6.0",
"socketcluster-client": ">= 0.9.12",
"socketcluster-server": ">= 0.9.15",
"uglify-js": "2.3.6",
"watchify": "0.5.0",
"watchr": "2.4.8",
"wordwrap": "0.0.2",
"wrench": "1.4.4",
"xmlhttprequest": "1.2.2",
"zeparser": "0.0.7"
},
"bundleDependencies": [
"fileuploader",
"json",
"nombo",
"stepper"
],
"preferGlobal": "true"
}