-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 884 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 884 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "smule-api",
"version": "1.0.0",
"description": "A simple API for Smule",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/codedotjs/smule-api.git"
},
"author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"unofficial",
"smule",
"api",
"fetch",
"songs",
"videos",
"audio-url",
"video-url",
"scrap"
],
"dependencies": {
"got": "5.6.0",
"pinkie-promise": "2.0.1"
},
"devDependencies": {
"ava": "^0.15.0",
"xo": "^0.16.0"
},
"xo": {
"esnext": true
},
"bugs": {
"url": "https://github.com/codedotjs/smule-api/issues"
},
"homepage": "https://github.com/codedotjs/smule-api#readme",
"main": "index.js"
}