-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
39 lines (39 loc) · 957 Bytes
/
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
{
"name": "webhook-server-open",
"description": "Web server for webhook",
"version": "0.0.1",
"private": true,
"dependencies": {
"adm-zip": "~0.4.3",
"archiver": "~0.10.0-alpha",
"async": "~0.2.9",
"colors": "~0.6.2",
"csv-stream": "~0.1.3",
"elasticsearchclient": "~0.5.3",
"express": "3.x",
"firebase": "~1.0.5",
"fivebeans": "~1.1.1",
"gapitoken": "~0.1.0",
"glob": "~3.2.8",
"grunt": "~0.4.2",
"grunt-simple-watch": "~0.1.2",
"lodash": "~2.4.1",
"mailgun": "~0.4.2",
"memcached": "~0.2.8",
"mime": "~1.2.11",
"mkdirp": "~0.3.5",
"newrelic": "^1.11.5",
"node-uuid": "~1.4.1",
"nodestalker": "~0.1.10",
"passport": "~0.1.18",
"passport-local": "~0.1.6",
"pkgcloud": "~0.8.17",
"request": "~2.33.0",
"stripe": "~2.5.2",
"swig": "~1.3.0",
"temp": "~0.6.0",
"touch": "0.0.3",
"win-spawn": "~2.0.0",
"wrench": "~1.5.8"
}
}