-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
38 lines (38 loc) · 892 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
{
"name": "node-google-translate-skidz",
"description": "Simple Node.js library for talking to Google's Translate API for free.",
"version": "1.1.2",
"author": "StaticKidz <statickidz@gmail.com>",
"homepage": "https://statickidz.com",
"repository": {
"type": "git",
"url": "git+https://github.com/statickidz/node-google-translate-free.git"
},
"dependencies": {
"lodash": "^4.17.10",
"request": "^2.85.0",
"request-promise": "^4.2.2"
},
"main": "./lib/translate.js",
"types": "./lib/translate.d.ts",
"keywords": [
"i18n",
"l10n",
"google",
"google translate api",
"translate"
],
"bugs": {
"url": "https://github.com/statickidz/node-google-translate-free/issues"
},
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "^5.1.1"
},
"scripts": {
"test": "mocha"
},
"license": "ISC"
}