-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 938 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
{
"name": "soundcloud-nodejs-api-wrapper",
"version": "0.3.2",
"description": "Soundcloud Nodejs API Wrapper - connect to the soundcloud API with oauth and without any callback url.",
"main": "index.js",
"scripts": {
"test": "node ./test/test.js",
"pretest": "npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/monbro/soundcloud-nodejs-api-wrapper"
},
"keywords": [
"soundcloud",
"api",
"nodejs",
"credentials",
"token",
"username",
"serverside",
"wrapper"
],
"dependencies": {
"merge": "1.2.0",
"oauth": "0.9.14",
"url" : "0.10.2"
},
"author": {
"name": "Michael Klein",
"url": "https://github.com/monbro/"
},
"contributors": [{
"name": "Ian Dilling",
"url": "http://www.iandilling.com/"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/monbro/soundcloud-nodejs-api-wrapper/issues"
}
}