-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1010 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
{
"name": "wikipedia-content-getter",
"version": "1.0.0",
"description": "Projeto para pegar conteudo do wikipedia e formatá-lo em .docx",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThiagoNelsi/Wikipedia-content-getter-and-formatter.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThiagoNelsi/Wikipedia-content-getter-and-formatter/issues"
},
"homepage": "https://github.com/ThiagoNelsi/Wikipedia-content-getter-and-formatter#readme",
"dependencies": {
"algorithmia": "^0.3.10",
"docx": "^5.0.0-rc7",
"fs": "0.0.1-security",
"googleapis": "^46.0.0",
"ibm-watson": "^5.3.0",
"image-downloader": "^3.5.0",
"readline-sync": "^1.4.10",
"watson-developer-cloud": "^4.0.1"
},
"bin": "index.js",
"pkg": {
"assets": [
"robots/**/*",
"credentials/**/*"
],
"targets": [
"node10-win-x86"
]
}
}