-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 886 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
40
41
42
{
"name": "type",
"version": "0.0.1",
"private": false,
"dependencies": {
"chardet": "0.0.8",
"encoding": "^0.1.8",
"express": "~3.10.4",
"mime": "^1.2.11",
"node-bing-api": "^0.1.2",
"opensubtitles-client": "^1.1.4",
"parse-torrent": "^2.1.2",
"pump": "^0.3.5",
"range-parser": "^1.0.2",
"request": "~2.36.0",
"socket.io": "^1.1.0",
"srt2vtt": "^1.0.0",
"torget": "0.0.5",
"turkish-char-encoding": "0.0.5",
"torrent-stream": "0.15.0",
"yandex-translate": "^1.0.1"
},
"engines": {
"node": "0.10.35"
},
"description": "Type app",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:tarikakyol/type.git"
},
"keywords": [
"type"
],
"author": "akyoltarik@gmail.com",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": ""
}