-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 787 Bytes
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
{
"name": "get-sub",
"description": "get subtitles from shooter.cn",
"version": "1.0.7",
"main": "index.js",
"bin": "bin/index.js",
"keywords": [
"sub",
"subtitle",
"subtitles",
"shooter"
],
"repository": {
"type": "git",
"url": "https://github.com/zhangweijie-cn/get-sub.git"
},
"homepage": "https://github.com/zhangweijie-cn/get-sub",
"author": "Zhang Weijie <email@zhangweijie.cn>",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"dependencies": {
"axios": "^0.15.3",
"commander": "^2.9.0",
"glob": "^7.1.1"
},
"devDependencies": {
"@types/commander": "^2.3.31",
"@types/glob": "^5.0.30",
"@types/node": "^7.0.5",
"tslint": "^4.4.2",
"typescript": "^2.1.6"
}
}