-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 914 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
40
41
{
"name": "gopher-express",
"version": "0.0.2",
"description": "A node / express starter kit for creating Gopher extensions",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "PORT=3011 nodemon server.js",
"ngrok": "ngrok http localhost:3011"
},
"dependencies": {
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"dotenv": "^4.0.0",
"ejs": "2.5.7",
"express": "4.16.3",
"gopherhq": "0.0.16-beta",
"lodash": "4.17.5",
"request": "2.85.0",
"simple-oauth2": "1.5.0",
"unix-timestamp": "^0.2.0"
},
"engines": {
"node": "8.9.1"
},
"repository": {
"url": "github.com/gopherhq/gopher-express"
},
"license": "MIT",
"keywords": [
"gopher",
"email",
"productvitiy"
],
"devDependencies": {
"debug": "^3.1.0",
"nodemon": "1.14.12"
}
}