-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
{
"name": "github-scrap-api",
"version": "0.0.1",
"engines": {
"node": "8.9.4"
},
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikemajesty/github-scrap-api.git"
},
"author": "Mike Lima <mikee_2008@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikemajesty/github-scrap-api/issues"
},
"homepage": "https://github.com/mikemajesty/github-scrap-api#readme",
"dependencies": {
"body-parser": "^1.17.2",
"cheerio": "^1.0.0-rc.2",
"cors": "^2.8.4",
"express": "^4.14.1",
"html-pdf": "^2.2.0",
"jsreport": "^1.9.2",
"lodash-node": "^3.10.2",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"serve-favicon": "2.3.2"
}
}