-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 971 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
{
"name": "bloodhound-radio",
"version": "1.0.0",
"description": "\"Pandora for Soundcloud\": lets you create radio stations + playlists using Soundcloud's wonderful 'related tracks' algorithm. Stations are called 'scents' and you can create one from any of your liked tracks easily, or search for a track to create a scent from.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dennislysenko/bloodhound-radio.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dennislysenko/bloodhound-radio/issues"
},
"homepage": "https://github.com/dennislysenko/bloodhound-radio",
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"browserify": "^13.0.0",
"browserify-incremental": "^3.1.1",
"reactify": "^1.1.1"
}
}