forked from odeke-em/ytrans.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 929 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": "ytrans.js",
"license": "MIT",
"version": "0.1.2",
"author": "Emmanuel Odeke <[email protected]>",
"description": "Unofficial Yandex translation services API",
"main": "lib/ytrans.js",
"engines": {
"node": "*"
},
"keywords": [
"ytrans",
"yandex",
"translation",
"machine translation"
],
"scripts": {
"test": "mocha --reporter=spec test/**/*-test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:odeke-em/ytrans.js"
},
"private": false,
"homepage": "https://github.com/odeke-em/ytrans.js",
"bugs": {
"url": "https://github.com/odeke-em/ytrans.js/issues"
},
"dependencies": {
"request": "2.42.0",
"underscore": "1.6.0"
},
"devDependencies": {
"mocha": "1.21.4",
"request": "2.42.0",
"underscore": "1.6.0"
}
}