-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 867 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
{
"name": "hook-bin",
"version": "0.0.1",
"description": "Node based request bin alternative.",
"main": "app.js",
"dependencies": {
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"connect-redis": "3.3.2",
"content-length": "1.0.1",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"dotenv": "4.0.0",
"ejs": "2.5.7",
"express": "4.16.2",
"express-session": "1.15.6",
"ipaddr.js": "1.5.4",
"lodash": "4.17.15",
"moment": "2.19.3",
"pusher": "1.5.1",
"randomcolor": "0.5.3",
"redis": "2.8.0",
"request-ip": "2.0.2",
"serve-favicon": "2.4.5",
"tinyid": "0.1.4"
},
"devDependencies": {
"eslint": "4.13.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0"
},
"scripts": {
"start": "node app.js"
},
"author": "Ryan Veitch",
"license": "ISC"
}