1
0
mirror of synced 2026-05-22 14:43:19 +00:00

Initial commit

This commit is contained in:
Tim-Smart
2010-08-29 07:33:32 +12:00
commit d4b3d34114
2 changed files with 16 additions and 0 deletions
View File
+16
View File
@@ -0,0 +1,16 @@
{
"name": "grooveshark",
"description": "A client for the Grooveshark JSON-RPC API.",
"version": "0.0.1",
"author": "Tim Smart",
"repository": {
"type": "git",
"url": "http://github.com/Tim-Smart/node-grooveshark.git"
},
"engine": [ "node >=0.1.103" ],
"dependencies": {
"parallel": ">=0.1.2",
"uuid": ">=0.0.1"
},
"main": "lib/grooveshark"
}