forked from zaosoula/deezer-public-api
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 865 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
{
"name": "@muhimur/deezer-public-api",
"version": "1.0.23",
"description": "This is Nodejs wrapper for the Deezer Public API that return promises. Forked from deezer-public-api with a faster response time.",
"keywords": [
"deezer-api",
"deezer",
"api",
"rest",
"rest-api"
],
"license": "MIT",
"author": "Zao Soula <contact@zaosoula.fr> (https://github.com/zaosoula/)",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/index.js"
},
"dependencies": {
"petitio": "^1.3.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/muhimur9049/deezer-public-api.git"
},
"bugs": {
"url": "https://github.com/muhimur9049/deezer-public-api/issues"
},
"homepage": "https://github.com/muhimur9049/deezer-public-api"
}