forked from koding/koding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.25 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
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
121
122
123
124
125
126
127
128
129
130
131
132
{
"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"
},
"engines": {
"node": "6"
},
"dependencies": {
"amqp": "0.2.6",
"analytics-node": "2.1.0",
"appmetrics": "3.0.2",
"async": "1.5.0",
"aws-sdk": "2.7.21",
"backoff": "2.5.0",
"bluebird": "3.4.7",
"body-parser": "1.15.2",
"busboy": "0.2.13",
"cache-manager": "2.3.0",
"cli-table": "0.3.1",
"codo": "2.1.2",
"coffee-cache": "1.0.2",
"coffee-script": "1.12.4",
"coffee-unused": "0.2.1",
"coffeenode-zxcvbn": "1.0.1",
"colors": "1.1.2",
"cookie-parser": "1.4.3",
"cors": "2.8.1",
"cron": "1.2.1",
"csv": "1.1.0",
"csv-parse": "1.1.7",
"curlrequest": "1.0.1",
"dateformat": "2.0.0",
"debug": "2.6.0",
"deep-equal": "1.0.1",
"disposable-email-domains": "1.0.14",
"dns": "0.2.2",
"dogapi": "2.6.0",
"embedly": "2.1.0",
"es": "0.5.2",
"eventemitter2": "3.0.1",
"express": "4.14.0",
"faker": "3.1.0",
"geoip-lite": "1.1.8",
"github": "7.3.1",
"gitlab": "1.7.1",
"googleapis": "16.0.0",
"gulp": "3.9.1",
"hat": "0.0.3",
"helmet": "3.3.0",
"highlight.js": "9.9.0",
"htmlencode": "0.0.4",
"ip": "1.1.4",
"js-yaml": "3.7.0",
"json-format": "1.0.0",
"jsonify": "0.0.0",
"jsonwebtoken": "7.2.1",
"kite.js": "1.0.0",
"konstraints": "0.1.5",
"lodash": "4.17.4",
"lodash.clonedeep": "4.5.0",
"lru-cache": "4.0.2",
"marked": "0.3.6",
"mime": "1.3.4",
"minimist": "1.2.0",
"mkdirp": "0.5.1",
"mongodb": "2.1.21",
"nib": "1.1.2",
"node-dogstatsd": "0.0.6",
"node-sockjs-client": "1.0.7",
"node-syntaxhighlighter": "0.8.1",
"nodemailer": "2.7.0",
"oauth": "0.9.15",
"on-finished": "2.3.0",
"opentok": "2.5.0",
"optimist": "0.6.1",
"papertrail": "1.0.2",
"progress": "1.1.8",
"randomstring": "1.1.5",
"ratelimit.js": "1.8.0",
"read": "1.0.7",
"redis": "2.6.3",
"request": "2.79.0",
"sendmail": "1.1.1",
"shortid": "2.2.6",
"simple-recaptcha": "0.0.3",
"sockjs": "0.3.18",
"speakeasy": "1.0.3",
"stripcolorcodes": "0.1.0",
"stylus": "0.54.5",
"terraform-yml": "hakankaradis/stack-docs-search",
"toml-js": "0.0.8",
"tough-cookie": "2.3.2",
"traverse": "0.6.6",
"ua-parser-js": "0.7.12",
"uglify-js": "2.7.5",
"underscore": "1.8.3",
"url": "0.11.0",
"url-join": "1.1.0",
"url-parse": "1.1.7",
"uuid": "3.0.1",
"uuid-validate": "0.0.2",
"validator": "6.2.1",
"winston": "2.3.0",
"winston-papertrail": "1.0.4",
"xml2js": "0.4.17",
"yield-siftscience": "0.2.0"
},
"devDependencies": {
"chai": "3.5.0",
"coffeelint": "1.16.0",
"crypto": "0.0.3",
"git-rev-sync": "1.8.0",
"mocha": "2.2.4",
"mongodb-migrate": "2.0.1",
"sync-request": "4.0.1",
"which": "1.2.12"
},
"optionalDependencies": {}
}