-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 865 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 865 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
{
"name": "songlocator-api",
"version": "0.2.1",
"description": "SongLocator resolvers exposed as WebSocket API",
"main": "songlocator-api.js",
"engines": {
"node": "~0.8.x",
"npm": "~1.1.x"
},
"dependencies": {
"ws": "~0.4.0",
"node-uuid": "~1.4.0",
"songlocator-base": "~0.1.2",
"songlocator-cli": "~0.1.0"
},
"browser": "songlocator-api-client.js",
"bin": {
"songlocator-api": "bin/songlocator-api"
},
"repository": {
"type": "git",
"url": "git://github.com/songlocator/songlocator-api.git"
},
"homepage": "https://github.com/songlocator/songlocator-api",
"keywords": ["songlocator", "api", "music", "streaming", "audio", "resolver", "websocket"],
"author": {
"name": "Andrey Popp",
"email": "8mayday@gmail.com",
"url": "http://andreypopp.com"
},
"license": "MIT"
}