-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.05 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "smule",
"version": "1.0.2",
"description": "A complete media downloader for smule.com",
"main": "cli.js",
"bin": {
"smule": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/smule.git"
},
"keywords": [
"smule",
"sing",
"download",
"audio",
"video",
"songs",
"cli-app",
"get",
"fetch",
"fun",
"song",
"downloader"
],
"dependencies": {
"chalk": "^1.1.3",
"follow-redirects": "^1.2.1",
"fs-extra": "^1.0.0",
"got": "^6.6.3",
"is-url": "^1.2.2",
"log-update": "^1.0.2",
"ora": "^0.4.0",
"update-notifier": "^1.0.3"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
},
"author": "Rishi Giri <[email protected]> (http://rishigiri.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeDotJS/smule/issues"
},
"homepage": "https://github.com/CodeDotJS/smule#readme"
}