-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 891 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
{
"name": "nodeplayer-backend-spotify",
"version": "0.2.0",
"description": "spotify backend for nodeplayer",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/FruitieX/nodeplayer-backend-spotify.git"
},
"author": "FruitieX",
"license": "MIT",
"bugs": {
"url": "https://github.com/FruitieX/nodeplayer-backend-spotify/issues"
},
"homepage": "https://github.com/FruitieX/nodeplayer-backend-spotify",
"dependencies": {
"fluent-ffmpeg": "^2.0.0-rc3",
"mkdirp": "^0.5.0",
"spotify-web": "^1.3.0",
"nodeplayer": "*",
"xml2js": "^0.4.4"
},
"devDependencies": {
"chai": "^2.1.2",
"istanbul": "^0.3.8",
"jscs": "^1.11.3",
"mocha": "^2.2.1",
"mocha-jscs": "^1.0.2",
"mocha-jshint": "^1.0.0",
"underscore": "^1.8.2"
}
}