-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 759 Bytes
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
{
"name": "node-js-getting-started",
"version": "0.3.0",
"description": "A sample Node.js app using Koa 2",
"engines": {
"node": "8.11.1"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"crypto": "^1.0.1",
"dotenv": "^5.0.1",
"fs": "0.0.1-security",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.0",
"koa-logger": "^3.2.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"request": "^2.85.0",
"request-promise": "^4.2.2"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/titan-linebot.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}