forked from Taiwan-Ebook-Lover/TaiwanEbookSearch-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 666 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 666 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
{
"name": "ebook-api",
"version": "0.0.1",
"description": "API",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/passerbyid/ebook-api.git"
},
"author": "Yuer Lee <passerbyid@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.7.1",
"cors": "^2.8.4",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
},
"bugs": {
"url": "https://github.com/passerbyid/ebook-api/issues"
},
"homepage": "https://github.com/passerbyid/ebook-api#readme"
}