This repository was archived by the owner on Aug 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 604
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·60 lines (60 loc) · 1.74 KB
/
package.json
File metadata and controls
executable file
·60 lines (60 loc) · 1.74 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": "Koding Team <team@koding.com>",
"name": "Koding",
"description": "Koding codebase",
"version": "0.9.2",
"homepage": "koding.com",
"private" : true,
"repository": {
"type": "git",
"url": "git@git.koding.com:koding.git"
},
"main": "server/index.js",
"scripts": {
"preinstall": "rm -rf node_modules; mkdir node_modules; cd node_modules; ln -sf ../node_modules_koding/* .; cd .."
},
"dependencies": {
"async" : "0.2.5",
"bitly" : "1.2.4",
"coffee-script" : "1.6.2",
"colors" : "0.6.0-1",
"commander" : "1.0.4",
"cron" : "0.3.4",
"csv" : "0.2.9",
"dateformat" : "1.0.2-1.2.3",
"embedly" : "0.6.0",
"express" : "3.0.2",
"gzip" : "0.1.0",
"hashish" : "0.0.4",
"hat" : "0.0.3",
"jsonify" : "0.0.0",
"librato-metrics" : "0.0.6",
"log" : "1.2.0",
"log4js" : "0.4.1",
"mkdirp" : "0.3.2",
"mongodb" : "1.1.2",
"mongoskin" : "0.3.7",
"nib" : "0.5.0",
"nodemailer" : "0.3.21",
"noxmox" : "0.1.8",
"optimist" : "0.3.1",
"portchecker" : "0.1.1",
"progress" : "0.0.4",
"prompt" : "0.1.12",
"request" : "2.9.202",
"source-map" : "0.1.9",
"sqwish" : "0.2.0",
"stylus" : "0.29.0",
"portchecker" : "0.1.1",
"uglify-js" : "2.2.5",
"underscore" : "1.2.3",
"url" : "0.4.9",
"validator" : "0.2.0",
"ws" : "0.4.25"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}