forked from koding/koding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 2.95 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 2.95 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"author": "Koding Team <[email protected]>",
"name": "Koding",
"description": "Koding codebase",
"version": "0.9.2",
"homepage": "koding.com",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:koding/koding.git"
},
"main": "server/index.js",
"scripts": {
"preinstall": "./.npm-preinstall.sh",
"install": "./.npm-install.sh",
"postinstall": "./.npm-postinstall.sh"
},
"dependencies": {
"amqp": "0.2.4",
"analytics-node": "1.2.2",
"appmetrics": "1.0.8",
"async": "1.5.2",
"aws-sdk": "2.1.4",
"bluebird": "1.0.8",
"body-parser": "1.12.2",
"busboy": "0.2.13",
"cache-manager": "1.2.2",
"cli-table": "0.3.1",
"coffee-script": "1.7.1",
"coffee-unused": "0.2.0",
"coffeenode-zxcvbn": "1.0.1",
"colors": "0.6.0-1",
"compression": "1.4.3",
"cookie-parser": "1.3.4",
"cors": "2.1.1",
"cron": "1.0.1",
"csv": "0.3.6",
"csv-parse": "1.1.0",
"curlrequest": "0.5.2",
"dateformat": "1.0.2-1.2.3",
"deep-equal": "0.1.2",
"disposable-email-domains": "1.0.4",
"dogapi": "0.1.8",
"embedly": "1.0.4",
"es": "0.4.x",
"eventemitter2": "1.0.3",
"express": "4.9.5",
"express-session": "1.10.4",
"faker": "1.1.0",
"geoip-lite": "1.1.6",
"git-rev": "0.2.1",
"github": "0.2.4",
"googleapis": "1.1.5",
"gulp": "3.8.11",
"hat": "0.0.3",
"helmet": "0.2.4",
"highlight.js": "7.3.0",
"htmlencode": "0.0.3",
"js-yaml": "3.3.1",
"json-format": "0.0.1",
"jsonify": "0.0.0",
"jsonwebtoken": "5.0.1",
"kite.js": "0.3.9",
"konstraints": "0.1.5",
"lodash": "3.10.1",
"lodash.clonedeep": "3.0.2",
"marked": "0.3.1",
"mime": "1.2.x",
"minimist": "0.0.8",
"mkdirp": "0.3.2",
"mongodb": "1.4.14",
"nib": "0.5.0",
"node-dogstatsd": "0.0.6",
"node-gitlab": "1.2.1",
"node-sockjs-client": "1.0.7",
"node-syntaxhighlighter": "0.8.1",
"node-uuid": "1.4.1",
"nodemailer": "0.5.15",
"oauth": "0.9.10",
"on-finished": "2.3.0",
"opentok": "2.2.5",
"optimist": "0.3.1",
"papertrail": "1.0.2",
"progress": "0.0.4",
"ratelimit.js": "1.7.0",
"read": "1.0.5",
"redis": "0.12.1",
"request": "2.54.0",
"sendmail": "0.2.1",
"shortid": "2.2.2",
"simple-recaptcha": "0.0.3",
"speakeasy": "1.0.3",
"stripcolorcodes": "0.1.0",
"stylus": "0.37.0",
"toml-js": "0.0.8",
"tough-cookie": "0.12.1",
"traverse": "0.6.6",
"ua-parser-js": "0.6.2",
"uglify-js": "2.4.19",
"underscore": "1.5.2",
"url": "0.4.9",
"validator": "0.2.0",
"winston": "2.1.1",
"winston-papertrail": "1.0.2",
"xml2js": "0.2.6",
"yield-siftscience": "0.0.8"
},
"devDependencies": {
"chai": "2.2.0",
"coffeelint": "1.11.1",
"crypto": "0.0.3",
"mocha": "2.2.4",
"ngrok": "0.1.97",
"which": "1.0.5"
},
"optionalDependencies": {},
"engines": {
"node": "0.10.20"
}
}